diff --git a/Makefile b/Makefile index 1309bd3..12db605 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ _git_version=$(shell git describe --tags --dirty 2>/dev/null) ifeq ($(strip $(_git_version)),) -VERSION=0.3.0 +VERSION=0.3.1 else VERSION=$(_git_version) endif