build: bump version to v0.12.2-alpha

This commit is contained in:
Viktor Tigerström 2023-12-06 23:20:42 +01:00
parent d2c3f6b581
commit 910ce68efe
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 = 1
appPatch uint = 2
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.