version: begin v1.14.13 release cycle

This commit is contained in:
Martin Holst Swende 2024-11-19 14:51:54 +01:00
parent c64cf28f9c
commit 66d8185aad
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
1 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@
package version
const (
Major = 1 // Major version component of the current release
Minor = 14 // Minor version component of the current release
Patch = 12 // 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 = 14 // Minor version component of the current release
Patch = 13 // Patch version component of the current release
Meta = "ustable" // Version metadata to append to the version string
)