Update version.go

This commit is contained in:
kiel barry 2018-06-07 10:36:04 -07:00 committed by GitHub
parent 7c8e668789
commit 9dfff59801
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,6 @@ import (
"fmt" "fmt"
) )
// Version components of the current release.
const ( const (
VersionMajor = 1 // Major version component of the current release VersionMajor = 1 // Major version component of the current release
VersionMinor = 8 // Minor version component of the current release VersionMinor = 8 // Minor version component of the current release