From 81fa5f2e6ecd23da96f69790f5e4de93534e5c9e Mon Sep 17 00:00:00 2001 From: ucwong Date: Tue, 1 Sep 2020 18:22:09 +0800 Subject: [PATCH] version release --- params/config.go | 4 ++-- params/version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/params/config.go b/params/config.go index 08e8dd1d9..b3065d099 100644 --- a/params/config.go +++ b/params/config.go @@ -62,8 +62,8 @@ var ( var ( MainnetTrustedCheckpoint = &TrustedCheckpoint{ Name: "mainnet", - SectionIndex: 65, - SectionHead: common.HexToHash("0x1fd10e27c53d2e11b42b408409c40f5c88eec32740944cc964c179aded01d17d"), + SectionIndex: 69, + SectionHead: common.HexToHash("0xbf7464c3741576d3feeebeda8fc645db1ae5f2acfbb61c300cdbd5e7076749f5"), } DoloresTrustedCheckpoint = &TrustedCheckpoint{ diff --git a/params/version.go b/params/version.go index feedcd8f2..21a74df2b 100644 --- a/params/version.go +++ b/params/version.go @@ -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.