Compare commits

...

1 Commits

Author SHA1 Message Date
Nathan LeClaire
0fb68ca8e3 Bump version to 0.7.0-rc1
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-03-23 16:40:42 -07:00

View File

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