From 85695db587613e01aad4a39f88d411f1c1854431 Mon Sep 17 00:00:00 2001 From: Egor Lysenko Date: Thu, 17 Aug 2023 08:33:01 +0400 Subject: [PATCH] version up --- version/version.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 795aa08d6..c9d2009e5 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,8 @@ func init() { params.VersionMajor = 1 // Major version component of the current release params.VersionMinor = 1 // Minor version component of the current release params.VersionPatch = 3 // 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 + params.VersionMeta = "rc.3" // Version metadata to append to the version string } func BigToString(b *big.Int) string {