From ef3f174a51210012eb912aedb51242be7db827db Mon Sep 17 00:00:00 2001 From: Liam Lai Date: Wed, 8 Nov 2023 18:27:40 +1100 Subject: [PATCH] bump version to 1.4.10-beta2 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 56e0d6f749..7613561917 100644 --- a/params/version.go +++ b/params/version.go @@ -24,7 +24,7 @@ const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 4 // Minor version component of the current release VersionPatch = 10 // Patch version component of the current release - VersionMeta = "beta1" // Version metadata to append to the version string + VersionMeta = "beta2" // Version metadata to append to the version string ) // Version holds the textual version string.