version: release go-ethereum v1.17.4

This commit is contained in:
Felix Lange 2026-06-22 09:46:12 +02:00
parent 6b72f26ed3
commit 36a7dc72e9

View file

@ -17,8 +17,8 @@
package version
const (
Major = 1 // Major version component of the current release
Minor = 17 // Minor version component of the current release
Patch = 4 // 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 = 17 // Minor version component of the current release
Patch = 4 // Patch version component of the current release
Meta = "stable" // Version metadata to append to the version string
)