diff --git a/params/client_version.go b/params/client_version.go index 0196909..77a08ab 100644 --- a/params/client_version.go +++ b/params/client_version.go @@ -19,10 +19,10 @@ package params import "fmt" const ( - VersionMajor = 0 // Major version component of the current release - VersionMinor = 10 // 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. Set to "" for stable release. + VersionMajor = 0 // Major version component of the current release + VersionMinor = 10 // Minor version component of the current release + VersionPatch = 0 // Patch version component of the current release + VersionMeta = "" // Version metadata to append to the version string. Set to "" for stable release. ) func ClientVersion() string {