From 03f30a7161128b7d2f2e7ebdf5349c7596feab90 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 23 May 2019 03:04:19 -0700 Subject: [PATCH] tag v0.4 Signed-off-by: Jeff Carr --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7e39ae5..687ec15 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ push: git add --all -git commit -a -s git push --all + #git tag v0.4 git push --tags # should update every go dependancy (?)