diff --git a/Makefile b/Makefile index aad73bf..c1adc9b 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.1.0 +VERSION=0.2.0 else VERSION=$(_git_version) endif