From 66aff99ca071c74cba3a474bc830455bd551e4f4 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Fri, 11 Apr 2025 16:07:16 +0800 Subject: [PATCH] params: bump version to v2.6.1-beta --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index 6dad864576..92dd888b0d 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 2 // Major version component of the current release - VersionMinor = 4 // Minor version component of the current release - VersionPatch = 6 // Patch version component of the current release - VersionMeta = "beta1" // Version metadata to append to the version string + VersionMajor = 2 // Major version component of the current release + VersionMinor = 6 // Minor version component of the current release + VersionPatch = 1 // Patch version component of the current release + VersionMeta = "beta" // Version metadata to append to the version string ) // Version holds the textual version string.