diff --git a/version/version.go b/version/version.go index 7406368b..c6afda00 100644 --- a/version/version.go +++ b/version/version.go @@ -19,10 +19,10 @@ package version import "fmt" const ( - Major = 0 // Major version component of the current release - Minor = 3 // Minor version component of the current release - Patch = 9 // Patch version component of the current release - Meta = "alpha" // Version metadata to append to the version string + Major = 0 // Major version component of the current release + Minor = 3 // Minor version component of the current release + Patch = 9 // Patch version component of the current release + Meta = "" // Version metadata to append to the version string ) // Version holds the textual version string.