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 25369b2 commit 49a914fCopy full SHA for 49a914f
params/version.go
@@ -23,8 +23,8 @@ import (
23
24
const (
25
VersionMajor = 5 // Major version component of the current release
26
- VersionMinor = 8 // Minor version component of the current release
27
- VersionPatch = 77 // Patch version component of the current release
+ VersionMinor = 9 // Minor version component of the current release
+ VersionPatch = 0 // Patch version component of the current release
28
VersionMeta = "mainnet" // Version metadata to append to the version string
29
)
30
0 commit comments