tag version 0.6.1

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-02 20:54:33 -07:00
parent 1f23138db8
commit 4ab186bd67
2 changed files with 5 additions and 3 deletions

View File

@ -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:

View File

@ -1 +1 @@
v0.6
0.6.1