build: bump version to v0.12.5-alpha

This commit is contained in:
Viktor Tigerström 2024-04-25 14:42:48 +02:00
parent 5a291c9fb8
commit 397502ea48
No known key found for this signature in database
GPG key ID: B984570980684DCC
2 changed files with 3 additions and 1 deletions

View file

@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 12
appPatch uint = 4
appPatch uint = 5
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.