Skip to content

Commit

Permalink
Merge pull request #1574 from CortexFoundation/dev
Browse files Browse the repository at this point in the history
1.10.44 stable && ckp
  • Loading branch information
ucwong authored Jun 13, 2023
2 parents 3b8da53 + 04d357e commit a360279
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ var (
var (
MainnetTrustedCheckpoint = &TrustedCheckpoint{
Name: "mainnet",
SectionIndex: 217,
SectionHead: common.HexToHash("0x706e9d1efae3c7e2c2653386f0e1db31827c2464dc567020bdcd1a19f215b8a7"),
SectionIndex: 263,
SectionHead: common.HexToHash("0x59f59574a278d3f4325fa28e90795d89dc04a2d77ffa7ae9cfd09ae095e0b3bd"),
}

DoloresTrustedCheckpoint = &TrustedCheckpoint{
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 = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 44 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 44 // 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 a360279

Please sign in to comment.