diff --git a/version/version.go b/version/version.go index 8800cc18f..98fd919d8 100644 --- a/version/version.go +++ b/version/version.go @@ -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 {