bump version 2.6.6-testnet

This commit is contained in:
liam.lai 2025-11-27 21:13:24 +08:00
parent 9c2b34973f
commit 7a83657d70

View file

@ -23,8 +23,8 @@ import (
const ( const (
VersionMajor = 2 // Major version component of the current release VersionMajor = 2 // Major version component of the current release
VersionMinor = 6 // Minor version component of the current release VersionMinor = 6 // Minor version component of the current release
VersionPatch = 5 // Patch version component of the current release VersionPatch = 6 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string VersionMeta = "testnet" // Version metadata to append to the version string
) )
// Version holds the textual version string. // Version holds the textual version string.