Merge pull request #4324 from Roasbeef/lnd-v-0-10-99

build: bump version to lnd v0.10.99-beta
This commit is contained in:
Olaoluwa Osuntokun 2020-05-27 15:57:19 -07:00 committed by GitHub
commit f5598f7305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ const (
AppMinor uint = 10
// AppPatch defines the application patch for this binary.
AppPatch uint = 0
AppPatch uint = 99
// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.