diff --git a/version/version.go b/version/version.go index 7fbd23a8f..fd5c1c56a 100644 --- a/version/version.go +++ b/version/version.go @@ -21,10 +21,10 @@ import ( ) const ( - Major = 1 // Major version component of the current release - Minor = 10 // Minor version component of the current release - Patch = 62 // Patch version component of the current release - Meta = "unstable" // Version metadata to append to the version string + Major = 1 // Major version component of the current release + Minor = 10 // Minor version component of the current release + Patch = 62 // Patch version component of the current release + Meta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string.