diff --git a/Makefile b/Makefile index c1e454a..52624c3 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ BUILD := build SOURCES := source DATA := data INCLUDES := include -APP_VERSION := 1.0.5 +APP_VERSION := 1.0.6 ifeq ($(RELEASE),) APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)