version: begin v1.16.3 cycle

This commit is contained in:
Gary Rong 2025-08-04 22:18:44 +08:00
parent dd1ebac117
commit 89e03541dc

View file

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