version: release go-ethereum v1.17.2 stable (#34618)

This commit is contained in:
rjl493456442 2026-03-30 18:42:40 +08:00 committed by GitHub
parent 95705e8b7b
commit be4dc0c4be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = 17 // Minor version component of the current release Minor = 17 // Minor version component of the current release
Patch = 2 // Patch version component of the current release Patch = 2 // 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
) )