From fa965f5b137d559e626d0961b0aa92eac753283e Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Fri, 16 May 2025 11:39:02 +0800 Subject: [PATCH] params: bump version to v2.6.3-beta --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index af34e93b92..d4774e910d 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 = 2 // Patch version component of the current release + VersionPatch = 3 // Patch version component of the current release VersionMeta = "beta" // Version metadata to append to the version string )