From 62948486e9bf23b724f8d9d453a65337dae40847 Mon Sep 17 00:00:00 2001 From: Minhyuk Kim Date: Sun, 1 Sep 2024 22:52:55 +0900 Subject: [PATCH] Bump up OPVersion to 0.7.1 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index eba39713933..f155a907049 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 = 0 // Patch version component of the current release + OPVersionMicro = 1 // Patch version component of the current release OPVersionModifier = "unstable" // Version metadata to append to the version string )