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 10
10
<Copyright >© 2021-2024 Massimiliano Sartore</Copyright >
11
11
12
12
<!-- Versioning -->
13
- <Version >3.11 .0.0</Version >
14
- <AssemblyVersion >3.11 .0.0</AssemblyVersion >
15
- <FileVersion >3.11 .0.0</FileVersion >
13
+ <Version >3.12 .0.0</Version >
14
+ <AssemblyVersion >3.12 .0.0</AssemblyVersion >
15
+ <FileVersion >3.12 .0.0</FileVersion >
16
16
17
17
<!-- Publish settings -->
18
18
<PublishUrl >publish\</PublishUrl >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace ATA_GUI.Classes
11
11
{
12
12
internal class ATA
13
13
{
14
- public static readonly string CURRENTVERSION = "v3.11 .0" ;
14
+ public static readonly string CURRENTVERSION = "v3.12 .0" ;
15
15
public static readonly string IPFileName = "IPList.txt" ;
16
16
17
17
public HashSet < string > IPList { get ; } = new HashSet < string > ( ) ;
You can’t perform that action at this time.
0 commit comments