From 514200e7bec6715e140560338c52c295731e2384 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 6 Jul 2022 19:35:01 +0200 Subject: [PATCH] Windows installer: bump version --- contrib/installers/windows/feather.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/installers/windows/feather.iss b/contrib/installers/windows/feather.iss index 799bb0b..8d8dd13 100644 --- a/contrib/installers/windows/feather.iss +++ b/contrib/installers/windows/feather.iss @@ -2,7 +2,7 @@ ; Copyright (c) 2021-2022, The Monero Project #define AppName "Feather Wallet" -#define AppVersion "1.0.2" +#define AppVersion "2.0.0" #define AppPublisher "Feather Wallet" #define AppURL "https://featherwallet.org" #define AppExeName "feather.exe"