From a739563d2abb2f8633ccb81f2e7ec5ea868fc1d0 Mon Sep 17 00:00:00 2001 From: Tei Im Date: Sat, 29 Jul 2023 10:08:49 +0900 Subject: [PATCH] Update OPVersion --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 6f3cb2ef479..f669c7dd45c 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 = 1 // Minor version component of the current release - OPVersionMicro = 8 // Patch version component of the current release + OPVersionMicro = 9 // Patch version component of the current release OPVersionModifier = "unstable" // Version metadata to append to the version string )