mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
chore(version): update version to v2.7.0-devnet (#2058)
This commit is contained in:
parent
240b318dfb
commit
3367939f96
1 changed files with 4 additions and 4 deletions
|
|
@ -17,8 +17,8 @@
|
||||||
package version
|
package version
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Major = 2 // Major version component of the current release
|
Major = 2 // Major version component of the current release
|
||||||
Minor = 6 // Minor version component of the current release
|
Minor = 7 // Minor version component of the current release
|
||||||
Patch = 5 // Patch version component of the current release
|
Patch = 0 // Patch version component of the current release
|
||||||
Meta = "testnet" // Version metadata to append to the version string
|
Meta = "devnet" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue