mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-18 21:35:24 +01:00
build: bump version to v0.18.0-beta.rc1
This commit is contained in:
parent
b92216ea13
commit
3b6103d29f
@ -40,14 +40,14 @@ const (
|
||||
AppMajor uint = 0
|
||||
|
||||
// AppMinor defines the minor version of this binary.
|
||||
AppMinor uint = 17
|
||||
AppMinor uint = 18
|
||||
|
||||
// AppPatch defines the application patch for this binary.
|
||||
AppPatch uint = 99
|
||||
AppPatch uint = 00
|
||||
|
||||
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
AppPreRelease = "beta"
|
||||
AppPreRelease = "beta.rc1"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Loading…
Reference in New Issue
Block a user