mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 22:11:41 +01:00
build: bump to psuedo version 0.5.2-99-beta
This commit is contained in:
parent
b93b4f2974
commit
f95a71fdc9
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
|||
const (
|
||||
appMajor uint = 0
|
||||
appMinor uint = 5
|
||||
appPatch uint = 1
|
||||
appPatch uint = 2
|
||||
|
||||
// appPreRelease MUST only contain characters from semanticAlphabet
|
||||
// per the semantic versioning spec.
|
||||
appPreRelease = "beta"
|
||||
appPreRelease = "99-beta"
|
||||
)
|
||||
|
||||
// Version returns the application version as a properly formed string per the
|
||||
|
|
Loading…
Add table
Reference in a new issue