From 4a513deb1688d1a87e8187ded74ca359f695b2a8 Mon Sep 17 00:00:00 2001 From: Minhyuk Kim Date: Thu, 2 Jan 2025 10:23:35 +0900 Subject: [PATCH] Bump up version to v2.60.10-0.8.2 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index b263f04a391..b1e139ca6b2 100644 --- a/params/version.go +++ b/params/version.go @@ -44,7 +44,7 @@ const ( const ( OPVersionMajor = 0 // Major version component of the current release OPVersionMinor = 8 // Minor version component of the current release - OPVersionMicro = 1 // Patch version component of the current release + OPVersionMicro = 2 // Patch version component of the current release OPVersionModifier = "unstable" // Version metadata to append to the version string )