From 25ea2b462039844c90e9e3da2f5e016d04d1fd2f Mon Sep 17 00:00:00 2001 From: David Molnar Date: Mon, 27 Feb 2023 18:17:28 +0100 Subject: [PATCH] Bump client version to 2.0.2.2 --- WalletWasabi.Backend/wwwroot/index.html | 20 ++++++++++---------- WalletWasabi/Helpers/Constants.cs | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/WalletWasabi.Backend/wwwroot/index.html b/WalletWasabi.Backend/wwwroot/index.html index 3660805521b..bff06e8d695 100644 --- a/WalletWasabi.Backend/wwwroot/index.html +++ b/WalletWasabi.Backend/wwwroot/index.html @@ -185,9 +185,9 @@

DOWNLOAD
WASABI WALLET

WINDOWS 10+
- Download + Download
- .msi signature / guide + .msi signature / guide
@@ -197,9 +197,9 @@

DOWNLOAD
WASABI WALLET

MACOS 10.15+ INTEL
- Download + Download
- .dmg signature / guide + .dmg signature / guide
@@ -209,9 +209,9 @@

DOWNLOAD
WASABI WALLET

MACOS 10.15+ M1, M2
- Download + Download
- .dmg signature / guide + .dmg signature / guide
@@ -221,9 +221,9 @@

DOWNLOAD
WASABI WALLET

UBUNTU / DEBIAN
- Download + Download
- .deb signature / guide + .deb signature / guide
@@ -233,9 +233,9 @@

DOWNLOAD
WASABI WALLET

OTHER LINUX
- Download + Download
- .tar.gz signature / guide + .tar.gz signature / guide
diff --git a/WalletWasabi/Helpers/Constants.cs b/WalletWasabi/Helpers/Constants.cs index 923fe86fdda..fa63249a24e 100644 --- a/WalletWasabi/Helpers/Constants.cs +++ b/WalletWasabi/Helpers/Constants.cs @@ -66,7 +66,7 @@ public static class Constants public static readonly Money MaximumNumberOfBitcoinsMoney = Money.Coins(MaximumNumberOfBitcoins); - public static readonly Version ClientVersion = new(2, 0, 2, 1); + public static readonly Version ClientVersion = new(2, 0, 2, 2); public static readonly Version HwiVersion = new("2.1.1"); public static readonly Version BitcoinCoreVersion = new("21.2");