diff --git a/Makefile b/Makefile index f095d80..3ad7b2c 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ acttest: release: expr `cat VERSION` + 1 > VERSION git add VERSION - git commit -m "Bump hishtory version to `cat VERSION`" + git commit -m "Bump hishtory version to v0.`cat VERSION`" git tag v0.`cat VERSION` git push git push --tags