Skip to content

Commit 1f3dc71

Browse files
committed
Release: 2023.6.2.0
1 parent 0465187 commit 1f3dc71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

InnoSetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "NETworkManager"
5-
#define MyAppVersion "2023.5.21.0"
5+
#define MyAppVersion "2023.6.2.0"
66
#define MyAppPublisher "BornToBeRoot"
77
#define MyAppURL "https://github.com/BornToBeRoot/NETworkManager/"
88
#define MyAppExeName "NETworkManager.exe"

Source/GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyTrademark("")]
77
[assembly: AssemblyCulture("")]
88

9-
[assembly: AssemblyVersion("2023.5.21.0")]
10-
[assembly: AssemblyFileVersion("2023.5.21.0")]
9+
[assembly: AssemblyVersion("2023.6.2.0")]
10+
[assembly: AssemblyFileVersion("2023.6.2.0")]

0 commit comments

Comments
 (0)