Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
uprendis committed Sep 20, 2023
1 parent a994e6c commit 11d2d1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ func init() {
params.VersionMajor = 1 // Major version component of the current release
params.VersionMinor = 1 // Minor version component of the current release
params.VersionPatch = 3 // Patch version component of the current release
params.VersionMeta = "rc.3" // Version metadata to append to the version string
params.VersionMeta = "rc.3" // Version metadata to append to the version string
params.VersionMeta = "rc.4" // Version metadata to append to the version string
}

func BigToString(b *big.Int) string {
Expand Down

0 comments on commit 11d2d1c

Please sign in to comment.