From 08db8bc878104b32896ffd51c3f9f03b36cf9344 Mon Sep 17 00:00:00 2001 From: Sandeep Sreenath Date: Wed, 1 Dec 2021 21:23:35 +0530 Subject: [PATCH] bumped version to 0.2.11 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 475bc2c3da..6974c2037a 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 0 // Major version component of the current release VersionMinor = 2 // Minor version component of the current release - VersionPatch = 10 // Patch version component of the current release + VersionPatch = 11 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )