From 684146bba5c7df4428194a519d284ed9762a6a3a Mon Sep 17 00:00:00 2001 From: Chris Baumbauer Date: Fri, 30 Sep 2016 16:04:05 -0700 Subject: [PATCH] Changed version tag to reflect the tip of the branch --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 9c12be84..3094b9ee 100644 --- a/version/version.go +++ b/version/version.go @@ -18,7 +18,7 @@ package version var ( // VERSION should be updated by hand at each release - VERSION = "0.1.0" + VERSION = "dev" // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD"