Skip to content

Commit 4661580

Browse files
committed
version up
1 parent ff1d6ca commit 4661580

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import (
88
)
99

1010
func init() {
11-
params.VersionMajor = 1 // Major version component of the current release
12-
params.VersionMinor = 0 // Minor version component of the current release
13-
params.VersionPatch = 3 // Patch version component of the current release
14-
params.VersionMeta = "unstable" // Version metadata to append to the version string
11+
params.VersionMajor = 1 // Major version component of the current release
12+
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.1" // Version metadata to append to the version string
1515
}
1616

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

0 commit comments

Comments
 (0)