Compare commits

...

1 Commits

Author SHA1 Message Date
Nathan LeClaire
816a47068a Bump version to 0.6.0-rc2
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-01-28 16:21:05 -08:00

View File

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