mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
build: bump version to v0.15.99
We forgot to do this after 0.15 was tagged, but usually we use a x.99 version to indicate that the commits in master are between releases. This might also make it easier to help identify exactly which version a user is running in issue reports. [skip-ci]
This commit is contained in:
parent
a1cd7734d8
commit
67a6bb5ecf
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ const (
|
|||
AppMinor uint = 15
|
||||
|
||||
// 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…
Add table
Reference in a new issue