version bump

This commit is contained in:
Ethan Buchman 2017-08-10 00:14:49 -04:00
parent c9e11de2a7
commit 1ea43e513d
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@ package version
const Maj = "0"
const Min = "10"
const Fix = "2"
const Fix = "3"
var (
// 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 string