From d0dcb068d24daa69252d0c59299bcec86b697bd8 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Thu, 28 Aug 2025 11:00:26 +0800 Subject: [PATCH] params: bump version to v2.6.5-beta --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 6c3382898d..8f1502e100 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 = 4 // Patch version component of the current release + VersionPatch = 5 // Patch version component of the current release VersionMeta = "beta" // Version metadata to append to the version string )