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 dd938d1 + a162091 commit bc0be1bCopy full SHA for bc0be1b
params/version.go
@@ -23,7 +23,7 @@ import (
23
const (
24
VersionMajor = 1 // Major version component of the current release
25
VersionMinor = 13 // Minor version component of the current release
26
- VersionPatch = 9 // Patch version component of the current release
+ VersionPatch = 10 // Patch version component of the current release
27
VersionMeta = "stable" // Version metadata to append to the version string
28
)
29
0 commit comments