File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 <Copyright >© 2021-2024 Massimiliano Sartore</Copyright >
1111
1212 <!-- Versioning -->
13- <Version >3.9.0 .0</Version >
14- <AssemblyVersion >3.9.0 .0</AssemblyVersion >
15- <FileVersion >3.9.0 .0</FileVersion >
13+ <Version >3.9.1 .0</Version >
14+ <AssemblyVersion >3.9.1 .0</AssemblyVersion >
15+ <FileVersion >3.9.1 .0</FileVersion >
1616
1717 <!-- Publish settings -->
1818 <PublishUrl >publish\</PublishUrl >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace ATA_GUI.Classes
1111{
1212 internal class ATA
1313 {
14- public static readonly string CURRENTVERSION = "v3.9.0 " ;
14+ public static readonly string CURRENTVERSION = "v3.9.1 " ;
1515 public static readonly string IPFileName = "IPList.txt" ;
1616
1717 public HashSet < string > IPList { get ; } = new HashSet < string > ( ) ;
You can’t perform that action at this time.
0 commit comments