We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f591585 commit 477f320Copy full SHA for 477f320
version/version.go
@@ -10,8 +10,8 @@ import (
10
func init() {
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.5" // Version metadata to append to the version string
+ params.VersionPatch = 1 // Patch version component of the current release
+ params.VersionMeta = "rc.1" // Version metadata to append to the version string
15
}
16
17
func BigToString(b *big.Int) string {
0 commit comments