version: update LiT version var

This commit is contained in:
Elle Mouton 2024-07-25 18:18:30 +02:00
parent 4aebe2869d
commit 1f032bcc6c
No known key found for this signature in database
GPG key ID: D7D916376026F177

View file

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