From 4ab186bd670a99db3c6b3ac802ad1caf3cc7ea2b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Jun 2019 20:54:33 -0700 Subject: [PATCH] tag version 0.6.1 Signed-off-by: Jeff Carr --- Makefile | 6 ++++-- VERSION | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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