Skip to content

Commit

Permalink
Bump U2U version to 1.0.1-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhdn97 committed Nov 26, 2024
1 parent aa87e72 commit 0736ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (

var (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 8 // Patch version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down
7 changes: 0 additions & 7 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ import (
"github.com/unicornultrafoundation/go-u2u/params"
)

func init() {
params.VersionMajor = 1 // Major version component of the current release
params.VersionMinor = 1 // 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
}

func BigToString(b *big.Int) string {
if len(b.Bytes()) > 8 {
return "_malformed_version_"
Expand Down

0 comments on commit 0736ff4

Please sign in to comment.