version: bump version to v0.17.0-alpha

This commit is contained in:
Viktor Torstensson 2026-06-16 00:29:26 +02:00
parent 569fdee4f4
commit 8cd75e44d9
No known key found for this signature in database
GPG key ID: 961CC8259AE675D4

View file

@ -39,7 +39,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