We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a602c57 commit 9b95112Copy full SHA for 9b95112
cmd/utils/version.go
@@ -31,7 +31,7 @@ const (
31
VersionMajor = 1 // Major version component of the current release
32
VersionMinor = 5 // Minor version component of the current release
33
VersionPatch = 2 // Patch version component of the current release
34
- VersionMeta = "unstable" // Version metadata to append to the version string
+ VersionMeta = "stable" // Version metadata to append to the version string
35
)
36
37
// Version holds the textual version string.
0 commit comments