version: release go-ethereum v1.15.0

This commit is contained in:
Felix Lange 2025-02-06 15:05:41 +01:00
parent 1847b5f635
commit 756cca7c6f
1 changed files with 4 additions and 4 deletions

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 = 0 // Patch version component of the current release
Meta = "unstable" // 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 = 0 // Patch version component of the current release
Meta = "stable" // Version metadata to append to the version string
)