lnd: update version to have proper pre-release name

This commit is contained in:
bretton 2018-03-16 23:42:31 +02:00 committed by Olaoluwa Osuntokun
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