Skip to content

Commit

Permalink
Merge pull request #753 from CortexFoundation/dev
Browse files Browse the repository at this point in the history
version release
  • Loading branch information
ucwong committed Sep 1, 2020
2 parents 24497aa + 81fa5f2 commit f0401e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ var (
var (
MainnetTrustedCheckpoint = &TrustedCheckpoint{
Name: "mainnet",
SectionIndex: 65,
SectionHead: common.HexToHash("0x1fd10e27c53d2e11b42b408409c40f5c88eec32740944cc964c179aded01d17d"),
SectionIndex: 69,
SectionHead: common.HexToHash("0xbf7464c3741576d3feeebeda8fc645db1ae5f2acfbb61c300cdbd5e7076749f5"),
}

DoloresTrustedCheckpoint = &TrustedCheckpoint{
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 11 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
VersionMeta = "stable" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit f0401e0

Please sign in to comment.