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 02c5b35 commit dea1c24Copy full SHA for dea1c24
params/version.go
@@ -24,7 +24,7 @@ import (
24
const (
25
VersionMajor = 5 // Major version component of the current release
26
VersionMinor = 9 // Minor version component of the current release
27
- VersionPatch = 13 // Patch version component of the current release
+ VersionPatch = 14 // Patch version component of the current release
28
VersionMeta = "mainnet" // Version metadata to append to the version string
29
)
30
0 commit comments