version: release go-ethereum v1.15.3 stable

This commit is contained in:
Felix Lange 2025-02-25 16:18:34 +01:00
parent 756310fa43
commit 612c9e0f4a

View file

@ -17,8 +17,8 @@
package version 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 = 3 // Patch version component of the current release Patch = 3 // 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
) )