[lbry] ci: bump version to 0.22.100

This commit is contained in:
Brannon King 2021-09-24 13:25:27 -04:00 committed by Roy Lee
parent 73af86f9ae
commit 0783e61fd8

View file

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