multi: lit-v0.8.3-alpha

This commit is contained in:
Elle Mouton 2022-11-01 15:41:19 +02:00
parent 9126875beb
commit 4ba2db5e32
No known key found for this signature in database
GPG key ID: D7D916376026F177
4 changed files with 9 additions and 5 deletions

View file

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