mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
Merge pull request #8701 from Roasbeef/0-18-branch
build: bump version to v0.18.0-beta.rc1
This commit is contained in:
commit
ded995a843
1 changed files with 3 additions and 3 deletions
|
@ -40,14 +40,14 @@ const (
|
||||||
AppMajor uint = 0
|
AppMajor uint = 0
|
||||||
|
|
||||||
// AppMinor defines the minor version of this binary.
|
// AppMinor defines the minor version of this binary.
|
||||||
AppMinor uint = 17
|
AppMinor uint = 18
|
||||||
|
|
||||||
// AppPatch defines the application patch for this binary.
|
// AppPatch defines the application patch for this binary.
|
||||||
AppPatch uint = 99
|
AppPatch uint = 00
|
||||||
|
|
||||||
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
||||||
// the semantic versioning spec.
|
// the semantic versioning spec.
|
||||||
AppPreRelease = "beta"
|
AppPreRelease = "beta.rc1"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue