From 0feaed4340b712cc77d61755de362358fd3b184f Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Thu, 18 Jan 2024 09:57:37 +0100 Subject: [PATCH] Bump version --- app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Makefile b/app/Makefile index d2acc28b3..72ec3a285 100644 --- a/app/Makefile +++ b/app/Makefile @@ -43,7 +43,7 @@ APPNAME = "Tezos Wallet" # Application version APPVERSION_M=3 APPVERSION_N=0 -APPVERSION_P=0 +APPVERSION_P=1 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # COMMIT