From e5317a0ff672fcbf8940057afb46d8fe717ea24d Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 21 Mar 2024 01:04:31 +1100 Subject: [PATCH] bump to 2.2.0 (#500) --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index f458365c48..41efb96e34 100644 --- a/params/version.go +++ b/params/version.go @@ -22,7 +22,7 @@ import ( const ( VersionMajor = 2 // Major version component of the current release - VersionMinor = 1 // Minor version component of the current release + VersionMinor = 2 // Minor version component of the current release VersionPatch = 0 // Patch version component of the current release VersionMeta = "beta1" // Version metadata to append to the version string )