Bumping version to 0.6.0-dev

Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
This commit is contained in:
Jean-Laurent de Morlhon
2016-02-02 17:25:32 -08:00
parent 86272a8752
commit 985ca0de70

View File

@@ -4,7 +4,7 @@ import "fmt"
var (
// Version should be updated by hand at each release
Version = "0.6.0-rc3"
Version = "0.6.0-dev"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"