mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
build: bump version to v0.17.99
In this commit, we bump the version of the master branch to v0.17.99. This reflects the fact that master will be a super set of all the minor releases until v0.18, and will also include changes towards v0.18.
This commit is contained in:
parent
e623263b7f
commit
10a6861bc9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const (
|
|||
AppMinor uint = 17
|
||||
|
||||
// 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