Skip to content

Commit

Permalink
Merge pull request #7597 from molnard/bump1_1_13_1ver
Browse files Browse the repository at this point in the history
Bump client version to 1_1_13_1
  • Loading branch information
molnard committed Mar 21, 2022
2 parents 487f15a + 8b13ff0 commit 22704ff
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, 13, 0);
public static readonly Version ClientVersion = new Version(1, 1, 13, 1);
public static readonly Version HwiVersion = new Version("2.0.2");
public static readonly Version BitcoinCoreVersion = new Version("21.2");
public static readonly Version LegalDocumentsVersion = new Version(2, 0);
Expand Down

0 comments on commit 22704ff

Please sign in to comment.