Merge pull request #2804 from dgageot/bump-0.6.0-dev

Bump to 0.6.0-dev
This commit is contained in:
David Gageot 2016-01-11 16:45:13 +01:00
commit 533e5b3b46
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.5.6"
Version = "0.6.0-dev"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"