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 5ff9d1f commit 53d0c2eCopy full SHA for 53d0c2e
params/version.go
@@ -27,7 +27,7 @@ import (
27
const (
28
VersionMajor = 1 // Major version component of the current release
29
VersionMinor = 5 // Minor version component of the current release
30
- VersionPatch = 5 // Patch version component of the current release
+ VersionPatch = 6 // Patch version component of the current release
31
VersionMeta = "stable" // Version metadata to append to the version string
32
)
33
0 commit comments