From 38bb0a01221b4a7c1c8482cb6be20f57ebad52be Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Wed, 2 Jul 2025 17:49:10 +0800 Subject: [PATCH] params: bump version to v2.6.4-beta --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index d4774e910d..6c3382898d 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 = 6 // 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 = "beta" // Version metadata to append to the version string )