From fcc1320d28dfd9a9259f0a5f6032a629f7457d3f Mon Sep 17 00:00:00 2001 From: GroM Date: Wed, 28 Aug 2024 13:39:08 +0200 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ba2715b..ca028f74 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ APPNAME = "Cardano ADA" # Application version APPVERSION_M = 7 APPVERSION_N = 1 -APPVERSION_P = 2 +APPVERSION_P = 3 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" # Application source files