1
0
Fork 0
forked from forks/go-ethereum

version: begin v1.15.9 release cycle

This commit is contained in:
Felix Lange 2025-04-11 11:31:56 +02:00
parent f8ff24e8cf
commit 80753ba147

View file

@ -17,8 +17,8 @@
package version
const (
Major = 1 // Major version component of the current release
Minor = 15 // 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
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
)