mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
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:
parent
03e6a18212
commit
d9044e5692
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user