Browse Source

bump version

pull/516/head
Ethan Buchman 7 years ago
parent
commit
630c6ef7b5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      version/version.go

+ 1
- 1
version/version.go View File

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


Loading…
Cancel
Save