Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sealsrock12 committed Feb 23, 2023
1 parent e4aefc9 commit 452b0f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace specify_client;

public class Program
{
public const string SpecifyVersion = "v1.1.0";
public const string SpecifyVersion = "v1.1.1";
public static Stopwatch Time;

public static async Task Main()
Expand Down
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.0")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyVersion("1.1.1")]
[assembly: AssemblyFileVersion("1.1.1")]

0 comments on commit 452b0f3

Please sign in to comment.