Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sealsrock12 committed Nov 14, 2023
1 parent b460266 commit f0469cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.Trash
.vs/

/client/specify_client_TemporaryKey.pfx
4 changes: 2 additions & 2 deletions client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace specify_client;

public class Program
{
public const string SpecifyVersion = "v2.0.0";
public const string SpecifyVersion = "v1.2.0";
public static Stopwatch Time;

public static async Task Main()
Expand Down Expand Up @@ -45,4 +45,4 @@ public static async Task Main()
}

}
}
}
4 changes: 2 additions & 2 deletions client/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("1.1.2")]
[assembly: AssemblyFileVersion("1.1.2")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]

0 comments on commit f0469cc

Please sign in to comment.