version bump

This commit is contained in:
Ethan Buchman 2017-08-10 00:14:49 -04:00
parent c9e11de2a7
commit 1ea43e513d

View File

@ -2,11 +2,11 @@ package version
const Maj = "0" const Maj = "0"
const Min = "10" const Min = "10"
const Fix = "2" const Fix = "3"
var ( var (
// The full version string // The full version string
Version = "0.10.2" Version = "0.10.3"
// GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)" // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
GitCommit string GitCommit string