Skip to content

Commit

Permalink
bump version to 2.9.0.0 (WalletWasabi#13245)
Browse files Browse the repository at this point in the history
* bump version

* fix version
  • Loading branch information
RolandUI authored Jul 9, 2024
1 parent 1b39499 commit ea6587f
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 @@ -96,7 +96,7 @@ public static class Constants

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

public static readonly Version ClientVersion = new(2, 0, 8, 1);
public static readonly Version ClientVersion = new(2, 9, 0, 0);

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

0 comments on commit ea6587f

Please sign in to comment.