From 32c60bb2f9caad679be052c795eb1d8b283682e8 Mon Sep 17 00:00:00 2001 From: Sandeep Sreenath <sandeep.sreenath@gmail.com> Date: Fri, 8 Oct 2021 16:57:07 +0530 Subject: [PATCH] updated version --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index e525252a9..42a24c98a 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 = 8 // Patch version component of the current release + VersionPatch = 9 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string ) -- GitLab