version: release v1.17.5 (#35421)

This commit is contained in:
rjl493456442 2026-07-27 16:14:16 +08:00 committed by GitHub
parent cff7fcbb95
commit 9621c6ad10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,5 +20,5 @@ const (
Major = 1 // Major version component of the current release
Minor = 17 // Minor version component of the current release
Patch = 5 // 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
)