From 160e12b32766e44727fcdf4add26a6c9f661cdec Mon Sep 17 00:00:00 2001 From: Tei Im Date: Mon, 12 Jun 2023 19:22:14 +0900 Subject: [PATCH] Update version.go --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 1f4fba23fa9..dcf812ca6cc 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 = 3 // Patch version component of the current release + OPVersionMicro = 4 // Patch version component of the current release OPVersionModifier = "unstable" // Version metadata to append to the version string )