version: bump version to v0.17.1-alpha

This commit is contained in:
Viktor Torstensson 2026-08-10 11:45:17 +02:00
parent 9abdff7d8a
commit 01b3646658
No known key found for this signature in database
GPG key ID: 961CC8259AE675D4

View file

@ -35,7 +35,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmn" +
const (
appMajor uint = 0
appMinor uint = 17
appPatch uint = 0
appPatch uint = 1
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.