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