From 814c8545772a0c04cdaaf28401dca6ba642dc69c Mon Sep 17 00:00:00 2001 From: Egor Lysenko Date: Fri, 16 Jul 2021 11:27:59 +0300 Subject: [PATCH] version up --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 7b7233312..cedbea88a 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ func init() { params.VersionMajor = 1 // Major version component of the current release params.VersionMinor = 0 // Minor version component of the current release params.VersionPatch = 2 // Patch version component of the current release - params.VersionMeta = "rc.2" // Version metadata to append to the version string + params.VersionMeta = "rc.3" // Version metadata to append to the version string } func BigToString(b *big.Int) string {