From 7e055580dbd80645c020bc2fdb1213c7304bebd4 Mon Sep 17 00:00:00 2001 From: Minhyuk Kim Date: Tue, 15 Oct 2024 10:15:08 -0600 Subject: [PATCH] Bump up version to 2.60.8-0.7.3 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index ade34b0a71f..0601aa54379 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 = 7 // Minor version component of the current release - OPVersionMicro = 2 // Patch version component of the current release + OPVersionMicro = 3 // Patch version component of the current release OPVersionModifier = "unstable" // Version metadata to append to the version string )