diff --git a/Makefile b/Makefile index 958acbe..1ab0302 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.2.0 +VERSION=v0.2.1 release: @git tag -a ${VERSION} -m "Release ${VERSION}" && git push origin ${VERSION}