mutli: update litd to version v0.10.1-alpha

This commit is contained in:
Viktor Tigerström 2023-05-31 09:52:18 +02:00
parent 558a7ce9e6
commit a1f48ca2fc
2 changed files with 3 additions and 1 deletions

View file

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