version: release v1.16.2 (#32343)

This commit is contained in:
rjl493456442 2025-08-04 21:59:08 +08:00 committed by GitHub
parent 5ebd8032b9
commit dd1ebac117
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 = 16 // Minor 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
Major = 1 // Major version component of the current release
Minor = 16 // 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
)