version: begin v1.16.4 release cycle

This commit is contained in:
Guillaume Ballet 2025-09-01 16:56:31 +02:00
parent 0978604196
commit bf67081913

View file

@ -19,6 +19,6 @@ package version
const (
Major = 1 // Major version component of the current release
Minor = 16 // 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
Patch = 4 // Patch version component of the current release
Meta = "unstable" // Version metadata to append to the version string
)