mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-05 20:49:48 +02:00
build: bump to v0.18.3-beta.rc1
This commit is contained in:
parent
57a5e4912b
commit
7c2cf49d66
@ -43,11 +43,11 @@ const (
|
||||
AppMinor uint = 18
|
||||
|
||||
// AppPatch defines the application patch for this binary.
|
||||
AppPatch uint = 00
|
||||
AppPatch uint = 3
|
||||
|
||||
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
AppPreRelease = "beta"
|
||||
AppPreRelease = "beta.rc1"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user