From eb2d5fd7484706c5d04d28bfd3a572a60d037f68 Mon Sep 17 00:00:00 2001 From: timemarkovqtum Date: Fri, 3 Nov 2023 12:54:00 +0100 Subject: [PATCH] Bump version to 2.1.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 911e91d64..2fa9dcda8 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ APP_LOAD_PARAMS += --path_slip21 "LEDGER-Wallet policy" # Application version APPVERSION_M = 2 APPVERSION_N = 1 -APPVERSION_P = 5 +APPVERSION_P = 6 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" APP_STACK_SIZE = 3072