Merge pull request #180 from cab105/master

Changed version tag to reflect the tip of the branch
This commit is contained in:
Tuna
2016-10-03 00:36:25 +02:00
committed by GitHub
+1 -1
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"