version: start v1.17.3 release cycle (#34619)

This commit is contained in:
rjl493456442 2026-03-30 21:01:29 +08:00 committed by GitHub
parent be4dc0c4be
commit fe47c39903
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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