version: bump to v0.2.14-alpha

This commit is contained in:
Oliver Gugger 2025-01-21 18:33:54 +01:00
parent 529d9eb8f6
commit cf03a60d65
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 = 13
appPatch uint = 14
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.