We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a9195 commit 30d3546Copy full SHA for 30d3546
params/version.go
@@ -21,10 +21,10 @@ import (
21
)
22
23
const (
24
- VersionMajor = 5 // Major version component of the current release
25
- VersionMinor = 1 // Minor version component of the current release
26
- VersionPatch = 0 // Patch version component of the current release
27
- VersionMeta = "develop" // Version metadata to append to the version string
+ VersionMajor = 5 // Major version component of the current release
+ VersionMinor = 1 // Minor version component of the current release
+ VersionPatch = 0 // Patch version component of the current release
+ VersionMeta = "ramen" // Version metadata to append to the version string
28
29
30
// Version holds the textual version string.
0 commit comments