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 c3c58eb + fd27393 commit 922c1f8Copy full SHA for 922c1f8
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 = "stable" // 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 = 1 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
35
36
37
// Version holds the textual version string.
0 commit comments