[lbry] bump the version number

This commit is contained in:
Brannon King 2021-12-29 14:30:17 -05:00
parent 1f8ed174c0
commit 6da78c0bf1
2 changed files with 2 additions and 2 deletions

View file

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

View file

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