From 404622ee11fd9f630f5d77ec56c7cec38fbe28e2 Mon Sep 17 00:00:00 2001 From: Sergey <2901744+evercoinx@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:54:33 +0100 Subject: [PATCH] Bump application version to 1.4.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a18d751..62c0d69 100755 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ APPNAME = "Staderlabs" # Application version APPVERSION_M = 1 -APPVERSION_N = 3 +APPVERSION_N = 4 APPVERSION_P = 0 include ethereum-plugin-sdk/standard_plugin.mk \ No newline at end of file