mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 14:04:06 +01:00
build: bump version to v0.13.99
A version bump to indicate that master is currently in-between major versions.
This commit is contained in:
parent
725ff10480
commit
6c7fb7c20a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ const (
|
|||
AppMinor uint = 13
|
||||
|
||||
// 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