mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
build: bump master to version v0.18.99-beta
As is customary when preparing for the next major (or minor) release, we bump the version to .99 to allow us to set the minimum required version to something like v0.18.4-beta in lndclient and it would still accept the master branch (even if that target version hasn't been released/tagged yet).
This commit is contained in:
parent
cdad5d988d
commit
dc32a48246
@ -43,7 +43,7 @@ const (
|
||||
AppMinor uint = 18
|
||||
|
||||
// AppPatch defines the application patch for this binary.
|
||||
AppPatch uint = 00
|
||||
AppPatch uint = 99
|
||||
|
||||
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
|
Loading…
Reference in New Issue
Block a user