diff --git a/Makefile b/Makefile index e50695e..46406a6 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,10 @@ push: git add --all -git commit -a -s git push --all - #git tag v0.4 - git push --tags + +tag-version: + echo git tag v${VERSION} + echo git push --tags # should update every go dependancy (?) update: diff --git a/VERSION b/VERSION index 74d5120..ee6cdce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.6 +0.6.1