From 207fa4a569b33622f7067c4bd552edba61d1821c Mon Sep 17 00:00:00 2001 From: deangalvin-cb <143219592+deangalvin-cb@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:17:51 -0500 Subject: [PATCH] bump verison (#9) --- 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