Compare commits

...

1 Commits

Author SHA1 Message Date
Nathan LeClaire
fffa6c9a84 Bump version to 0.8.0-rc1
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-06-14 15:54:45 -07:00

View File

@@ -7,7 +7,7 @@ import (
var (
// Version should be updated by hand at each release
Version = "0.7.0"
Version = "0.8.0-rc1"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"