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 fa0e057 commit 978737fCopy full SHA for 978737f
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 = 3 // 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 = 3 // 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