Skip to content

Commit

Permalink
Dump client version
Browse files Browse the repository at this point in the history
  • Loading branch information
nopara73 committed Dec 25, 2018
1 parent 8cc9fc9 commit 4f0399b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi/Helpers/Constants.cs
Expand Up @@ -8,7 +8,7 @@ namespace WalletWasabi.Helpers
{
public static class Constants
{
public static readonly Version ClientVersion = new Version(1, 0, 4);
public static readonly Version ClientVersion = new Version(1, 0, 5);
public const string BackendMajorVersion = "2";
public static readonly VersionsResponse VersionsResponse = new VersionsResponse { ClientVersion = ClientVersion.ToString(), BackenMajordVersion = BackendMajorVersion };

Expand Down

0 comments on commit 4f0399b

Please sign in to comment.