From 19288bd93f86159f337ad5b70f64afa4c85b6269 Mon Sep 17 00:00:00 2001 From: Egor Lysenko Date: Fri, 11 Feb 2022 17:37:42 +0700 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 d51dac2de..300ae4af5 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 = 1 // Minor version component of the current release params.VersionPatch = 0 // 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 {