diff --git a/Makefile b/Makefile index 6702690b9..3e3c06373 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ default_target: local COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1) -VERSION = 0.11.0 +VERSION = 0.11.1 CURRENT_UID := $(shell id -u) CURRENT_GID := $(shell id -g)