version: release go-ethereum v1.16.9

This commit is contained in:
Felix Lange 2026-02-17 17:04:51 +01:00
parent 895a8597cb
commit 95665d5703

View file

@ -19,6 +19,6 @@ 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
Patch = 9 // Patch version component of the current release
Meta = "stable" // Version metadata to append to the version string
)