version: bump version to v0.15.1-alpha

This commit is contained in:
Oliver Gugger 2025-07-16 16:57:29 +02:00
parent 924fce977e
commit b21046fc10
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -38,7 +38,7 @@ const (
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
appPreRelease = "alpha.rc1"
appPreRelease = "alpha"
)
// Version returns the application version as a properly formed string per the