From 7a83657d7059d4bfb06e5a5ab1dccaee45d085d8 Mon Sep 17 00:00:00 2001 From: "liam.lai" Date: Thu, 27 Nov 2025 21:13:24 +0800 Subject: [PATCH] bump version 2.6.6-testnet --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index 8f1502e100..db968eacc9 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 = 6 // Minor 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 + VersionMajor = 2 // Major version component of the current release + VersionMinor = 6 // Minor version component of the current release + VersionPatch = 6 // Patch version component of the current release + VersionMeta = "testnet" // Version metadata to append to the version string ) // Version holds the textual version string.