lnd: update version to have proper pre-release name
This commit is contained in:
parent
b866806d67
commit
1740c630c6
@ -23,7 +23,7 @@ const (
|
||||
|
||||
// appPreRelease MUST only contain characters from semanticAlphabet
|
||||
// per the semantic versioning spec.
|
||||
appPreRelease = "alpha"
|
||||
appPreRelease = "beta"
|
||||
)
|
||||
|
||||
// appBuild is defined as a variable so it can be overridden during the build
|
||||
|
Loading…
Reference in New Issue
Block a user