Browse Source

version bump

pull/559/head
Ethan Buchman 7 years ago
parent
commit
4f5b6528a1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      version/version.go

+ 2
- 2
version/version.go View File

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


Loading…
Cancel
Save