From 44e5edf109974129c2ee15a1cab604bffc8ff182 Mon Sep 17 00:00:00 2001 From: Manav Darji Date: Mon, 11 Apr 2022 18:56:05 +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 b39e363b92..f5daf32ae7 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 = 16 // Patch version component of the current release - VersionMeta = "beta-1" // Version metadata to append to the version string + VersionMeta = "beta-2" // Version metadata to append to the version string ) // Version holds the textual version string.