Skip to content

Commit 477f320

Browse files
committed
version up
1 parent f591585 commit 477f320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
func init() {
1111
params.VersionMajor = 1 // Major version component of the current release
1212
params.VersionMinor = 1 // Minor version component of the current release
13-
params.VersionPatch = 0 // Patch version component of the current release
14-
params.VersionMeta = "rc.5" // Version metadata to append to the version string
13+
params.VersionPatch = 1 // Patch version component of the current release
14+
params.VersionMeta = "rc.1" // Version metadata to append to the version string
1515
}
1616

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

0 commit comments

Comments
 (0)