Skip to content

Commit 9bacdc2

Browse files
committed
version up
1 parent cf51fea commit 9bacdc2

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 = 2 // Patch version component of the current release
14-
params.VersionMeta = "rc.5" // Version metadata to append to the version string
14+
params.VersionMeta = "rc.6" // Version metadata to append to the version string
1515
}
1616

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

0 commit comments

Comments
 (0)