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 982d461 commit b34e734Copy full SHA for b34e734
params/version.go
@@ -23,10 +23,10 @@ import (
23
)
24
25
const (
26
- VersionMajor = 2 // Major version component of the current release
27
- VersionMinor = 5 // Minor version component of the current release
28
- VersionPatch = 5 // Patch version component of the current release
29
- VersionMeta = "beta3" // Version metadata to append to the version string
+ VersionMajor = 2 // Major version component of the current release
+ VersionMinor = 5 // Minor version component of the current release
+ VersionPatch = 5 // Patch version component of the current release
+ VersionMeta = "" // Version metadata to append to the version string
30
31
32
var (
0 commit comments