bump version to 0.11.1

This commit is contained in:
Anton Kaliaev
2017-10-10 01:18:33 +04:00
parent 99c4e48038
commit 90a2335267

View File

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