Bumping version to 0.6.0-dev

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2016-02-03 12:03:45 -08:00
parent de118ed9a7
commit 279fd7ca3f
1 changed files with 1 additions and 1 deletions

View File

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