version: release go-ethereum v1.15.9 stable

This commit is contained in:
Felix Lange 2025-04-21 14:56:16 +02:00 committed by 0g-wh
parent 6beee4b044
commit 8a1dd7b2d3

View file

@ -20,5 +20,5 @@ const (
Major = 1 // Major version component of the current release
Minor = 15 // Minor version component of the current release
Patch = 9 // 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
)