version: release go-ethereum v1.16.8 stable

This commit is contained in:
Felix Lange 2026-01-13 16:19:28 +01:00
parent 638741b082
commit ce43eb98de

View file

@ -17,8 +17,8 @@
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
Meta = "unstable" // Version metadata to append to the version string
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 = "stable" // Version metadata to append to the version string
)