version: bump to version v0.2.16-alpha

This commit is contained in:
Oliver Gugger 2025-05-26 10:40:19 +02:00
parent fb069c0135
commit d1d457789a
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -25,7 +25,7 @@ const (
// Please update release_notes.md when updating this!
appMajor uint = 0
appMinor uint = 2
appPatch uint = 15
appPatch uint = 16
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.