From 2c53af56cc9e4559276e7ca3efde853d96e2f151 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 14 Jun 2022 18:20:43 -0400 Subject: [PATCH] Release 3.5.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 961a01b..f0ef94a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export APP_VERSION := 3.5.0 +export APP_VERSION := 3.5.1 ifeq ($(RELEASE),) export APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)