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)