chore(version): update version to v2.7.0-devnet (#2058)

This commit is contained in:
Daniel Liu 2026-02-28 20:56:10 +08:00 committed by GitHub
parent 240b318dfb
commit 3367939f96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,8 +17,8 @@
package version
const (
Major = 2 // Major version component of the current release
Minor = 6 // Minor version component of the current release
Patch = 5 // Patch version component of the current release
Meta = "testnet" // Version metadata to append to the version string
Major = 2 // Major version component of the current release
Minor = 7 // Minor version component of the current release
Patch = 0 // Patch version component of the current release
Meta = "devnet" // Version metadata to append to the version string
)