We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0465187 commit 1f3dc71Copy full SHA for 1f3dc71
InnoSetup.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "NETworkManager"
5
-#define MyAppVersion "2023.5.21.0"
+#define MyAppVersion "2023.6.2.0"
6
#define MyAppPublisher "BornToBeRoot"
7
#define MyAppURL "https://github.com/BornToBeRoot/NETworkManager/"
8
#define MyAppExeName "NETworkManager.exe"
Source/GlobalAssemblyInfo.cs
@@ -6,5 +6,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
9
-[assembly: AssemblyVersion("2023.5.21.0")]
10
-[assembly: AssemblyFileVersion("2023.5.21.0")]
+[assembly: AssemblyVersion("2023.6.2.0")]
+[assembly: AssemblyFileVersion("2023.6.2.0")]
0 commit comments