Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

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

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

0 comments on commit c9ac9d1

Please sign in to comment.