version: bump to v0.10.5

This commit is contained in:
Emmanuel Odeke
2017-11-01 07:03:14 -07:00
parent eebc7f9511
commit acc161f7cc
+2 -2
View File
@@ -2,11 +2,11 @@ package version
const Maj = "0"
const Min = "10"
const Fix = "4"
const Fix = "5"
var (
// The full version string
Version = "0.10.4"
Version = "0.10.5"
// GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
GitCommit string