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.
2 parents ce3c52d + 233950d commit c3c58ebCopy full SHA for c3c58eb
cmd/utils/version.go
@@ -28,10 +28,10 @@ import (
28
)
29
30
const (
31
- VersionMajor = 1 // Major version component of the current release
32
- VersionMinor = 5 // Minor version component of the current release
33
- VersionPatch = 0 // Patch version component of the current release
34
- VersionMeta = "unstable" // Version metadata to append to the version string
+ VersionMajor = 1 // Major version component of the current release
+ VersionMinor = 5 // Minor version component of the current release
+ VersionPatch = 0 // Patch version component of the current release
+ VersionMeta = "stable" // Version metadata to append to the version string
35
36
37
// Version holds the textual version string.
0 commit comments