version: release go-ethereum v1.14.13 stable

This commit is contained in:
Felix Lange 2025-01-30 14:12:40 +01:00
parent 159fb1a1db
commit eb00f1694c

View file

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