Skip to content

Commit ace95a8

Browse files
committed
version up
1 parent 19c1a95 commit ace95a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func init() {
1111
params.VersionMajor = 1 // Major version component of the current release
1212
params.VersionMinor = 1 // Minor version component of the current release
1313
params.VersionPatch = 3 // Patch version component of the current release
14-
params.VersionMeta = "rc.4" // Version metadata to append to the version string
14+
params.VersionMeta = "rc.5" // Version metadata to append to the version string
1515
}
1616

1717
func BigToString(b *big.Int) string {

0 commit comments

Comments
 (0)