From 85ed66e1ab459a69b45905998099605eead041ab Mon Sep 17 00:00:00 2001 From: yellows8 Date: Fri, 27 Oct 2023 19:07:46 -0400 Subject: [PATCH] v3.6.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0ef94a..2db4682 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export APP_VERSION := 3.5.1 +export APP_VERSION := 3.6.0 ifeq ($(RELEASE),) export APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)