Merge pull request #2866 from nathanleclaire/bump-0.6.0-rc1

Bump version to 0.6.0-rc1
This commit is contained in:
Nathan LeClaire 2016-01-18 15:09:11 -08:00
commit 174e390d5b
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-dev"
Version = "0.6.0-rc1"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"