mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-09-01 09:45:14 +00:00
Bump version to 0.3.0.
This commit is contained in:
parent
bba9fed133
commit
168ff0e129
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
||||||
// versioning 2.0.0 spec (http://semver.org/).
|
// versioning 2.0.0 spec (http://semver.org/).
|
||||||
const (
|
const (
|
||||||
appMajor uint = 0
|
appMajor uint = 0
|
||||||
appMinor uint = 2
|
appMinor uint = 3
|
||||||
appPatch uint = 0
|
appPatch uint = 0
|
||||||
|
|
||||||
// appPreRelease MUST only contain characters from semanticAlphabet
|
// appPreRelease MUST only contain characters from semanticAlphabet
|
||||||
|
|
Loading…
Add table
Reference in a new issue