diff --git a/version/version.go b/version/version.go index 4250cab1cd..7cee66e9cb 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 = 60 // 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 = 60 // Patch version component of the current release + Meta = "stable" // Version metadata to append to the version string ) // Version holds the textual version string.