Skip to content

Commit

Permalink
Merge pull request #12858 from molnard/bump207
Browse files Browse the repository at this point in the history
Bump version to v2.0.7.
  • Loading branch information
molnard committed Apr 16, 2024
2 parents f626f7d + 54dc579 commit 0e95b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi/Helpers/Constants.cs
Expand Up @@ -89,7 +89,7 @@ public static class Constants

public static readonly Money MaximumNumberOfBitcoinsMoney = Money.Coins(MaximumNumberOfBitcoins);

public static readonly Version ClientVersion = new(2, 0, 6, 0);
public static readonly Version ClientVersion = new(2, 0, 7, 0);

public static readonly Version HwiVersion = new("3.0.0");
public static readonly Version BitcoinCoreVersion = new("23.0");
Expand Down

0 comments on commit 0e95b1d

Please sign in to comment.