1
0
Fork 0
forked from forks/go-ethereum

version: begin v1.15.12 release cycle

This commit is contained in:
Felix Lange 2025-05-05 16:20:38 +02:00
parent 36b2371c59
commit d6655cb450

View file

@ -19,6 +19,6 @@ package version
const ( const (
Major = 1 // Major version component of the current release Major = 1 // Major version component of the current release
Minor = 15 // Minor version component of the current release Minor = 15 // Minor version component of the current release
Patch = 11 // Patch version component of the current release Patch = 12 // Patch version component of the current release
Meta = "stable" // Version metadata to append to the version string Meta = "unstable" // Version metadata to append to the version string
) )