version: bump version to v0.16.1-alpha

This commit is contained in:
Viktor Torstensson 2026-02-12 19:05:26 +01:00
parent e160e5bd00
commit f340dc4d82
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 = 16
appPatch uint = 0
appPatch uint = 1
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.