From 69b1662c3c294ce56ee9811a02604ff1d34c4016 Mon Sep 17 00:00:00 2001 From: Dean Galvin Date: Tue, 14 Jan 2025 09:09:49 -0500 Subject: [PATCH] bump verison --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccea12c..dff5f16 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,6 @@ APPNAME = "Coinbase" # Application version APPVERSION_M = 2 APPVERSION_N = 0 -APPVERSION_P = 0 +APPVERSION_P = 1 include ethereum-plugin-sdk/standard_plugin.mk