From 7c9ee337af663bf46c491dd21e03ed92001688db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B3=B4=E6=80=A1=E8=AA=A0?= Date: Tue, 1 Oct 2024 18:31:00 -0700 Subject: [PATCH] update version --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index c631d85ebea2..b203e806ab82 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 2 // Major version component of the current release VersionMinor = 2 // Minor version component of the current release - VersionPatch = 3 // Patch version component of the current release + VersionPatch = 4 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )