From 090054fc86b3dbe4b2d462a3a89a9474a2ee1644 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Mon, 6 Apr 2020 10:37:55 -0400 Subject: [PATCH] Release v3.3.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffb6561..dc43e1e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export APP_VERSION := 3.2.0 +export APP_VERSION := 3.3.0 ifeq ($(RELEASE),) export APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)