version: begin v1.15.5 release cycle

This commit is contained in:
Felix Lange 2025-03-01 21:40:14 +01:00
parent 8ccca244f1
commit ebff2f42c0
1 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,6 @@ package version
const (
Major = 1 // Major version component of the current release
Minor = 15 // Minor version component of the current release
Patch = 4 // Patch version component of the current release
Meta = "stable" // Version metadata to append to the version string
Patch = 5 // Patch version component of the current release
Meta = "unstable" // Version metadata to append to the version string
)