From 11d2d1c28f5b65fafc39be0773247c0c68e5d577 Mon Sep 17 00:00:00 2001 From: Egor Lysenko Date: Wed, 20 Sep 2023 10:10:04 +0400 Subject: [PATCH] version up --- version/version.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/version/version.go b/version/version.go index c9d2009e5..d1376b537 100644 --- a/version/version.go +++ b/version/version.go @@ -11,8 +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 = 3 // Patch version component of the current release - params.VersionMeta = "rc.3" // Version metadata to append to the version string - params.VersionMeta = "rc.3" // Version metadata to append to the version string + params.VersionMeta = "rc.4" // Version metadata to append to the version string } func BigToString(b *big.Int) string {