mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-07 23:48:36 +00:00
version: release go-ethereum v1.16.8 stable
This commit is contained in:
parent
638741b082
commit
ce43eb98de
1 changed files with 4 additions and 4 deletions
|
|
@ -20,5 +20,5 @@ 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
|
||||
Meta = "unstable" // Version metadata to append to the version string
|
||||
Meta = "stable" // Version metadata to append to the version string
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue