version: start v1.17.6 release cycle (#35425)
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Keeper Build (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run

This commit is contained in:
rjl493456442 2026-07-27 21:17:45 +08:00 committed by GitHub
parent 9621c6ad10
commit 3dad51ec5b
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 = 5 // 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 = 6 // Patch version component of the current release
Meta = "unstable" // Version metadata to append to the version string
)