version: start release 1.17.4 cycle

This commit is contained in:
Gary Rong 2026-05-11 23:24:26 +08:00
parent 117e067f0f
commit 790af79ccb

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