mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
version: start v1.17.6 release cycle (#35425)
This commit is contained in:
parent
9621c6ad10
commit
3dad51ec5b
1 changed files with 4 additions and 4 deletions
|
|
@ -19,6 +19,6 @@ package version
|
|||
const (
|
||||
Major = 1 // Major version component of the current release
|
||||
Minor = 17 // Minor version component of the current release
|
||||
Patch = 5 // Patch version component of the current release
|
||||
Meta = "stable" // Version metadata to append to the version string
|
||||
Patch = 6 // Patch version component of the current release
|
||||
Meta = "unstable" // Version metadata to append to the version string
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue