From d7c37c68619501fc90180dfd1f5ca57c36b96a0f Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 8 Aug 2019 20:49:30 -0400 Subject: [PATCH] Release v3.1.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac900fef..5a8662d2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export APP_VERSION := 3.0.1 +export APP_VERSION := 3.1.0 ifeq ($(RELEASE),) export APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)