From ebf95b98d076572e5f42dfff3277c27d9907f184 Mon Sep 17 00:00:00 2001 From: Manav Darji Date: Wed, 30 Mar 2022 21:04:24 +0530 Subject: [PATCH] bumped version --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index c9261a745d..2fea76942d 100644 --- a/params/version.go +++ b/params/version.go @@ -24,7 +24,7 @@ const ( VersionMajor = 0 // Major version component of the current release VersionMinor = 2 // Minor version component of the current release VersionPatch = 15 // Patch version component of the current release - VersionMeta = "beta-2" // Version metadata to append to the version string + VersionMeta = "beta-3" // Version metadata to append to the version string ) // Version holds the textual version string.