Browse Source

version bump

pull/675/head
Ethan Buchman 7 years ago
parent
commit
db034e079a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      version/version.go

+ 3
- 3
version/version.go View File

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


Loading…
Cancel
Save