bump version to 0.10.0

This commit is contained in:
Ethan Buchman
2017-06-02 23:19:30 -04:00
parent d19d8e7914
commit d608e2b7ad

View File

@@ -6,7 +6,7 @@ const Fix = "0"
var (
// The full version string
Version = "0.10.0-rc2"
Version = "0.10.0"
// GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
GitCommit string