Skip to content

Commit 11d2d1c

Browse files
committed
version up
1 parent a994e6c commit 11d2d1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

version/version.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +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 = 3 // Patch version component of the current release
14-
params.VersionMeta = "rc.3" // Version metadata to append to the version string
15-
params.VersionMeta = "rc.3" // Version metadata to append to the version string
14+
params.VersionMeta = "rc.4" // Version metadata to append to the version string
1615
}
1716

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

0 commit comments

Comments
 (0)