version: release v1.16.3

This commit is contained in:
Guillaume Ballet 2025-09-01 16:45:45 +02:00
parent ffe758c7a7
commit d818a9af7b

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