Skip to content

Commit 4023010

Browse files
authored
Merge pull request #917 from CortexFoundation/dev
ckp & version
2 parents 8bfae77 + 6664e00 commit 4023010

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

params/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ var (
6262
var (
6363
MainnetTrustedCheckpoint = &TrustedCheckpoint{
6464
Name: "mainnet",
65-
SectionIndex: 102,
66-
SectionHead: common.HexToHash("0xd9e03e7b4f089001d7a5c22beb2f00ab8a95f42da6a04ed1feb1e6837eb04141"),
65+
SectionIndex: 104,
66+
SectionHead: common.HexToHash("0xf669959171cd41583c2c3ecf19b9e3b38ebb224e1421e763c4fb59698accb90a"),
6767
}
6868

6969
DoloresTrustedCheckpoint = &TrustedCheckpoint{

params/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
)
2222

2323
const (
24-
VersionMajor = 1 // Major version component of the current release
25-
VersionMinor = 10 // Minor version component of the current release
26-
VersionPatch = 20 // Patch version component of the current release
27-
VersionMeta = "unstable" // Version metadata to append to the version string
24+
VersionMajor = 1 // Major version component of the current release
25+
VersionMinor = 10 // Minor version component of the current release
26+
VersionPatch = 20 // Patch version component of the current release
27+
VersionMeta = "stable" // Version metadata to append to the version string
2828
)
2929

3030
// Version holds the textual version string.

0 commit comments

Comments
 (0)