Update version.go

This commit is contained in:
Anil Chinchawale 2019-04-25 17:47:51 +05:30 committed by GitHub
parent 931fa283fb
commit 9f647eee3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,8 @@ import (
)
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release
VersionMajor = 1 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)