version: begin v1.16.4 release cycle (#32529)
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run

This commit is contained in:
Guillaume Ballet 2025-09-01 20:38:37 +02:00 committed by GitHub
parent 0978604196
commit 1263f3dfc1
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 = 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 = 16 // 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
)