Changed version tag to reflect the tip of the branch

This commit is contained in:
Chris Baumbauer 2016-09-30 16:04:05 -07:00
parent 8ea779763b
commit 684146bba5

View File

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