From 7803bcc492be9867d7e97a9c1447660da3f55a1b Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Mon, 13 Jun 2022 15:08:12 +0200 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c848edd..d2af17e 100755 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ include $(BOLOS_SDK)/Makefile.defines APPVERSION_M=1 APPVERSION_N=4 -APPVERSION_P=2 +APPVERSION_P=3 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) APPNAME = Eos