From 477f3201562f8d7fa15976e2f3b0f6245e38f21d Mon Sep 17 00:00:00 2001 From: Egor Lysenko Date: Tue, 24 May 2022 15:32:22 +0400 Subject: [PATCH] version up --- version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version/version.go b/version/version.go index f5e5dccdf..e2f714167 100644 --- a/version/version.go +++ b/version/version.go @@ -10,8 +10,8 @@ import ( 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.5" // Version metadata to append to the version string + params.VersionPatch = 1 // Patch version component of the current release + params.VersionMeta = "rc.1" // Version metadata to append to the version string } func BigToString(b *big.Int) string {