mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
version: begin v1.17.0 release cycle
This commit is contained in:
parent
5a1990d1d8
commit
ea4935430b
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ package version
|
|||
|
||||
const (
|
||||
Major = 1 // Major version component of the current release
|
||||
Minor = 16 // Minor version component of the current release
|
||||
Patch = 8 // Patch version component of the current release
|
||||
Minor = 17 // Minor version component of the current release
|
||||
Patch = 0 // Patch version component of the current release
|
||||
Meta = "unstable" // Version metadata to append to the version string
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue