version: bump version to v0.16.0-alpha

This commit is contained in:
Viktor Torstensson 2025-11-26 12:48:33 +01:00
parent 98b77b0b5c
commit 36dbaa24ee
No known key found for this signature in database
GPG key ID: 961CC8259AE675D4

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