version: bump to v0.15.0-alpha

This commit is contained in:
Viktor Tigerström 2025-06-18 11:21:52 +02:00
parent dfb3ce94c4
commit 9bcb95ee00
No known key found for this signature in database
GPG key ID: B984570980684DCC

View file

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