From 5bfec205942da815b19028c9b4e48cbe64fdeb1c Mon Sep 17 00:00:00 2001 From: Nicholas Pettas Date: Tue, 27 Feb 2024 10:36:42 -0800 Subject: [PATCH] increment version to 1.1.5-rc.4 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 2ea3111bc..8800cc18f 100644 --- a/version/version.go +++ b/version/version.go @@ -13,7 +13,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 = 5 // Patch version component of the current release - 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 {