Skip to content

Commit

Permalink
bump network release
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed Mar 29, 2024
1 parent 9e6a2b9 commit 5009f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func init() {
params.VersionMajor = 1 // Major version component of the current release
params.VersionMinor = 1 // Minor version component of the current release
params.VersionPatch = 5 // Patch version component of the current release
params.VersionMeta = "rc.4" // Version metadata to append to the version string
params.VersionMeta = "rc.5" // Version metadata to append to the version string
}

func BigToString(b *big.Int) string {
Expand Down

0 comments on commit 5009f45

Please sign in to comment.