From fcb6058c0004ecb2afc7f150fd5bf88320f266ee Mon Sep 17 00:00:00 2001 From: Z4karia Date: Mon, 3 Jun 2024 13:37:10 +0200 Subject: [PATCH] chore: update app version to 1.2.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6eeda50..19b87c4 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,6 @@ APPNAME = "StakeKit" # Application version APPVERSION_M = 1 APPVERSION_N = 2 -APPVERSION_P = 1 +APPVERSION_P = 2 include ethereum-plugin-sdk/standard_plugin.mk