Browse Source

fix version

pull/729/head
Ethan Buchman 7 years ago
parent
commit
8c08fc671c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      version/version.go

+ 1
- 1
version/version.go View File

@ -2,7 +2,7 @@ package version
const Maj = "0"
const Min = "11"
const Fix = "0"
const Fix = "1"
var (
// The full version string


Loading…
Cancel
Save