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 c054b22 commit d0dcb06Copy full SHA for d0dcb06
params/version.go
@@ -23,7 +23,7 @@ import (
23
const (
24
VersionMajor = 2 // Major version component of the current release
25
VersionMinor = 6 // Minor version component of the current release
26
- VersionPatch = 4 // Patch version component of the current release
+ VersionPatch = 5 // Patch version component of the current release
27
VersionMeta = "beta" // Version metadata to append to the version string
28
)
29
0 commit comments