Skip to content

Commit 67e7700

Browse files
authored
Merge pull request #1138 from CortexFoundation/dev
1.10.30 version tag
2 parents 976df83 + 62cf4f4 commit 67e7700

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
@@ -93,8 +93,8 @@ var (
9393
var (
9494
MainnetTrustedCheckpoint = &TrustedCheckpoint{
9595
Name: "mainnet",
96-
SectionIndex: 149,
97-
SectionHead: common.HexToHash("0x68f893b88174079660b72daa075ec537e38654d977cee9a394d9b6b02d9f0aba"),
96+
SectionIndex: 156,
97+
SectionHead: common.HexToHash("0x227ccb373396dbbf6e336b5f8468da37051cf8dfbf28cca4149510d5e5233b65"),
9898
}
9999

100100
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 = 30 // 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 = 30 // 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)