From 42efd240de9c1a3549a907d02a923c7084fb044b Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 14 Sep 2019 13:53:09 -0400 Subject: [PATCH] Release v3.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a8662d..53d5371 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export APP_VERSION := 3.1.0 +export APP_VERSION := 3.1.1 ifeq ($(RELEASE),) export APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)