build: bump version to lnd v0.10.99-beta

In this commit, we bump the version to a `.99` minor version to reflect
the fact that master is ahead of _both_ `v0.10.0-beta`, and the upcoming
`v0.10.1-beta`.
This commit is contained in:
Olaoluwa Osuntokun 2020-05-26 18:26:09 -07:00
parent 03e6a18212
commit d9044e5692
No known key found for this signature in database
GPG Key ID: BC13F65E2DC84465

View File

@ -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.