File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ import (
8
8
)
9
9
10
10
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
15
15
}
16
16
17
17
func BigToString (b * big.Int ) string {
You can’t perform that action at this time.
0 commit comments