From 51b5ce5bd9e20c8f32c1c072e9b7cb013890d99b Mon Sep 17 00:00:00 2001 From: Manoj Patra Date: Wed, 8 Nov 2023 18:37:29 +0530 Subject: [PATCH] version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0d0e64..db15e47 100755 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ APPNAME = "Staderlabs" # Application version APPVERSION_M = 1 APPVERSION_N = 1 -APPVERSION_P = 0 +APPVERSION_P = 1 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" # Initialize plugin SDK submodule if needed