From ab859f50d0f9d6f8764f56f0cb23a3d18a257056 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 18 Oct 2023 02:07:05 +0400 Subject: [PATCH] Bump version to 2.1.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b7e73b9e..128f60b20 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 = 4 +APPVERSION_P = 5 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" APP_STACK_SIZE = 3072