From bff4d685a4ab1c064114de8c8a1ffaedcc7d7431 Mon Sep 17 00:00:00 2001 From: timemarkovqtum Date: Tue, 28 Nov 2023 13:02:48 +0100 Subject: [PATCH] Bump version to 2.1.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1de0f4b15..b56c5a515 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ APP_LOAD_PARAMS += --path_slip21 "LEDGER-Wallet policy" # Application version APPVERSION_M = 2 APPVERSION_N = 1 -APPVERSION_P = 6 +APPVERSION_P = 7 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" APP_STACK_SIZE = 3072