Compare commits

...

1 Commits

Author SHA1 Message Date
Nathan LeClaire
15fd4c7040 Bump version to 0.9.0
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2017-01-17 14:02:29 -08:00

View File

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