Skip to content

Commit

Permalink
Merge pull request #5413 from molnard/bump1_1_12_6
Browse files Browse the repository at this point in the history
[Backport v1.1.12.6] Bump version
  • Loading branch information
molnard committed Mar 22, 2021
2 parents 84dc511 + b2d7e7a commit 2cdbb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi/Helpers/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static class Constants

public const long MaxSatoshisSupply = 2_100_000_000_000_000L;

public static readonly Version ClientVersion = new Version(1, 1, 12, 5);
public static readonly Version ClientVersion = new Version(1, 1, 12, 6);
public static readonly Version HwiVersion = new Version("2.0.0");
public static readonly Version BitcoinCoreVersion = new Version("0.21.0");
public static readonly Version LegalDocumentsVersion = new Version(2, 0);
Expand Down

0 comments on commit 2cdbb51

Please sign in to comment.