From 186038026927489a4cff0dba7d50dbbca4a9453c Mon Sep 17 00:00:00 2001 From: Xavier Chapron Date: Wed, 27 Sep 2023 09:39:47 +0200 Subject: [PATCH] Bump version to 6.1.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c2748e4f..de1e6449 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ APPNAME = "Cardano ADA" APPVERSION_M = 6 -APPVERSION_N = 0 -APPVERSION_P = 9 +APPVERSION_N = 1 +APPVERSION_P = 0 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" ifeq ($(BOLOS_SDK),)