Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed Jan 11, 2021
1 parent f908f17 commit e3fc186
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var TIPRandomize = big.NewInt(3464000)
var BlackListHFNumber = uint64(9349100)
var TIPTomoX = big.NewInt(20581700)
var TIPTomoXLending = big.NewInt(21430200)
var TIPTomoXCancellationFee = big.NewInt(0)
var TIPTomoXCancellationFee = big.NewInt(30915660)
var TIPTomoXTestnet = big.NewInt(0)
var IsTestnet bool = false
var StoreRewardFolder string
Expand Down
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string
VersionMajor = 2 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit e3fc186

Please sign in to comment.