version: back to v1.15.7, to fix the build

This commit is contained in:
Felix Lange 2025-03-31 18:26:56 +02:00 committed by sivaratrisrinivas
parent 251b81eb3f
commit faa8775349

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