Merge pull request #76 from XinFinOrg/AnilChinchawale-patch-1

Version pump to v0.5.0 -- Stable
This commit is contained in:
Anil Chinchawale 2019-03-22 22:53:06 +05:30 committed by GitHub
commit 440d13026b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,9 +22,9 @@ import (
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionMinor = 5 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.