From bd3466f1e17e88f131d70870c2fbc833d691d92f Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 10 Dec 2019 20:24:41 -0500 Subject: [PATCH] Release v3.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53d5371..ffb6561 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export APP_VERSION := 3.1.1 +export APP_VERSION := 3.2.0 ifeq ($(RELEASE),) export APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)