From 54dc579b9ce95f8f7fa1288f3dd84f8803003f7c Mon Sep 17 00:00:00 2001 From: David Molnar Date: Tue, 16 Apr 2024 11:18:20 +0200 Subject: [PATCH] Bump version to 2.0.7 --- WalletWasabi/Helpers/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WalletWasabi/Helpers/Constants.cs b/WalletWasabi/Helpers/Constants.cs index 6abfdd47c9d..31175464004 100644 --- a/WalletWasabi/Helpers/Constants.cs +++ b/WalletWasabi/Helpers/Constants.cs @@ -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");