mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-23 15:34:22 +01:00
build: bump to psuedo version 0.5.2-99-beta
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user