Skip to content

Commit 1fbef8b

Browse files
BrannonKingroylee17
authored andcommitted
[lbry] ci: bump version to 0.22.100
1 parent b40dcc1 commit 1fbef8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1818
const (
1919
appMajor uint = 0
2020
appMinor uint = 22
21-
appPatch uint = 0
21+
appPatch uint = 100
2222

2323
// appPreRelease MUST only contain characters from semanticAlphabet
2424
// per the semantic versioning spec.

0 commit comments

Comments
 (0)