From 1e6c1f39a70f042c0d2ce70055b45096aed084a9 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Fri, 8 Dec 2023 16:33:24 +0300 Subject: [PATCH] Minor version bump --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e0f9f3b..cba69082 100644 --- a/Makefile +++ b/Makefile @@ -39,8 +39,8 @@ APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS) APPNAME = "Solana" APPVERSION_M = 1 -APPVERSION_N = 4 -APPVERSION_P = 2 +APPVERSION_N = 5 +APPVERSION_P = 0 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" ifeq ($(TARGET_NAME),TARGET_NANOS)