Compare commits

...

1 Commits

Author SHA1 Message Date
Nathan LeClaire
45c69ad167 Bump version to 0.12.0
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2017-06-05 18:32:10 -07:00

View File

@@ -6,7 +6,7 @@ import (
)
var (
Version = "dev"
Version = "0.12.0"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"