Skip to content

Commit

Permalink
bump version to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msartore committed Aug 12, 2024
1 parent f4d8ba4 commit b34d429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ATA-GUI/ATA-GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<Copyright>© 2021-2024 Massimiliano Sartore</Copyright>

<!-- Versioning -->
<Version>3.9.1.0</Version>
<AssemblyVersion>3.9.1.0</AssemblyVersion>
<FileVersion>3.9.1.0</FileVersion>
<Version>3.10.0.0</Version>
<AssemblyVersion>3.10.0.0</AssemblyVersion>
<FileVersion>3.10.0.0</FileVersion>

<!-- Publish settings -->
<PublishUrl>publish\</PublishUrl>
Expand Down
2 changes: 1 addition & 1 deletion ATA-GUI/Classes/ATA.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace ATA_GUI.Classes
{
internal class ATA
{
public static readonly string CURRENTVERSION = "v3.9.1";
public static readonly string CURRENTVERSION = "v3.10.0";
public static readonly string IPFileName = "IPList.txt";

public HashSet<string> IPList { get; } = new HashSet<string>();
Expand Down

0 comments on commit b34d429

Please sign in to comment.