From ce8ca77f8eacba4ff64337292a5a3088402b767c Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Wed, 24 Apr 2024 10:16:19 +0200 Subject: [PATCH] Release v1.4.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e0f9f3b..57080871 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS) APPNAME = "Solana" APPVERSION_M = 1 APPVERSION_N = 4 -APPVERSION_P = 2 +APPVERSION_P = 3 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" ifeq ($(TARGET_NAME),TARGET_NANOS)