Skip to content

Commit 49a914f

Browse files
authored
chore: bump version for Feynman mainnet release (#1232)
1 parent 25369b2 commit 49a914f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323

2424
const (
2525
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
26+
VersionMinor = 9 // Minor version component of the current release
27+
VersionPatch = 0 // Patch version component of the current release
2828
VersionMeta = "mainnet" // Version metadata to append to the version string
2929
)
3030

0 commit comments

Comments
 (0)