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

@ -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.