From 4739c8e7302df508e5d4d6197e9662fbf50f4ae0 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 28 Nov 2018 17:55:18 -0500 Subject: [PATCH] Release v3.0.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f9b21ab..437c14c2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export APP_VERSION := 3.0.0 +export APP_VERSION := 3.0.1 ifeq ($(RELEASE),) export APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)