Skip to content

Commit

Permalink
bump version to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msartore committed Oct 14, 2023
1 parent 6d0188a commit d8e574c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ATA-GUI/Classes/ATA.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace ATA_GUI.Classes
{
internal class ATA
{
public static readonly string CURRENTVERSION = "v2.8.1";
public static readonly string CURRENTVERSION = "v2.9.0";
public static readonly string IPFileName = "IPList.txt";

public ATA()
Expand Down
4 changes: 2 additions & 2 deletions ATA-GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.8.1")]
[assembly: AssemblyFileVersion("2.8.1")]
[assembly: AssemblyVersion("2.9.0")]
[assembly: AssemblyFileVersion("2.9.0")]

0 comments on commit d8e574c

Please sign in to comment.