We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v0.9.0-alpha-3
1 parent 26a00a8 commit d8e53d5Copy full SHA for d8e53d5
Source/Hurl.BrowserSelector/AssemblyInfo.cs
@@ -11,6 +11,6 @@
11
[assembly: AssemblyCulture("")]
12
13
[assembly: ComVisible(false)]
14
-[assembly: AssemblyVersion("0.9.0.21")]
15
-[assembly: AssemblyFileVersion("0.9.0.21")]
+[assembly: AssemblyVersion("0.9.0.22")]
+[assembly: AssemblyFileVersion("0.9.0.22")]
16
[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")]
Utils/installer.iss
@@ -2,7 +2,7 @@
2
3
#define MyAppName "Hurl"
4
#define NameSmall "hurl"
5
-#define MyAppVersion "0.9.0.21"
+#define MyAppVersion "0.9.0.22"
6
#define MyAppPublisher "The 3721 Tools"
7
#define MyAppURL "https://github.com/U-C-S/Hurl"
8
#define MyAppExeName "Launcher.exe"
0 commit comments