Compare commits

...

1 Commits

Author SHA1 Message Date
Nathan LeClaire
5b274558ea Bump version to 0.11.0
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2017-04-25 15:12:06 -07:00

View File

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