From 1f15b03e305c626292f0ffe2e9f2e3d60398218e Mon Sep 17 00:00:00 2001 From: molnard Date: Sat, 14 Dec 2019 09:59:40 +0100 Subject: [PATCH] dump version --- WalletWasabi.Backend/wwwroot/index.html | 18 +++++++++--------- WalletWasabi/Helpers/Constants.cs | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/WalletWasabi.Backend/wwwroot/index.html b/WalletWasabi.Backend/wwwroot/index.html index da3692ea630..6128190bdf0 100644 --- a/WalletWasabi.Backend/wwwroot/index.html +++ b/WalletWasabi.Backend/wwwroot/index.html @@ -218,7 +218,7 @@

Available for
- Download Wasabi Wallet 1.1.9.2 + Download Wasabi Wallet 1.1.10
Or build it from source
@@ -230,14 +230,14 @@

Available for
- + macOS 10.13+ .dmg - Signature / + Signature / Guide @@ -249,14 +249,14 @@

Available for
- + Windows 7+ .msi - Signature / + Signature / Guide @@ -268,14 +268,14 @@

Available for
- + Debian / Ubuntu .deb - Signature / + Signature / Guide @@ -287,14 +287,14 @@

Available for
- + Other Linux .tar.gz - Signature / + Signature / Guide diff --git a/WalletWasabi/Helpers/Constants.cs b/WalletWasabi/Helpers/Constants.cs index d5f0aa731f3..cdae0ae984e 100644 --- a/WalletWasabi/Helpers/Constants.cs +++ b/WalletWasabi/Helpers/Constants.cs @@ -8,7 +8,7 @@ namespace WalletWasabi.Helpers { public static class Constants { - public static readonly Version ClientVersion = new Version(1, 1, 9, 3); + public static readonly Version ClientVersion = new Version(1, 1, 10, 0); public const string BackendMajorVersion = "3"; public static readonly Version HwiVersion = new Version("1.0.3"); public static readonly Version BitcoinCoreVersion = new Version("0.18.1");