File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
30
30
github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.2
31
31
github.com/lightninglabs/lndclient v1.0.1-0.20240607082608-4ce52a1a3f27
32
32
github.com/lightninglabs/neutrino/cache v1.1.2
33
- github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20240709210732-0cd11ad84792
33
+ github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20240723043204-f09d4042aee4
34
34
github.com/lightningnetwork/lnd/cert v1.2.2
35
35
github.com/lightningnetwork/lnd/clock v1.1.1
36
36
github.com/lightningnetwork/lnd/fn v1.1.0
Original file line number Diff line number Diff line change @@ -490,8 +490,8 @@ github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display h1:pRdza2wl
490
490
github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
491
491
github.com/lightningnetwork/lightning-onion v1.2.1-0.20230823005744-06182b1d7d2f h1:Pua7+5TcFEJXIIZ1I2YAUapmbcttmLj4TTi786bIi3s =
492
492
github.com/lightningnetwork/lightning-onion v1.2.1-0.20230823005744-06182b1d7d2f /go.mod h1:c0kvRShutpj3l6B9WtTsNTBUtjSmjZXbJd9ZBRQOSKI =
493
- github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20240709210732-0cd11ad84792 h1:bM4UmjVTvhqwDCMzLZIDMecfo/mei4OS/BFLUzHiDNc =
494
- github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20240709210732-0cd11ad84792 /go.mod h1:L3IArArdRrWtuw+wNsUlibuGmf/08Odsm/zo3+bPXuM =
493
+ github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20240723043204-f09d4042aee4 h1:LPnz0JxnzXJvCro714eBanzO7FKx5HF0ldU++zIu9yY =
494
+ github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20240723043204-f09d4042aee4 /go.mod h1:0gen58n0DVnqJJqCMN3AXNtqWRT0KltQanlvehnhCq0 =
495
495
github.com/lightningnetwork/lnd/cert v1.2.2 h1:71YK6hogeJtxSxw2teq3eGeuy4rHGKcFf0d0Uy4qBjI =
496
496
github.com/lightningnetwork/lnd/cert v1.2.2 /go.mod h1:jQmFn/Ez4zhDgq2hnYSw8r35bqGVxViXhX6Cd7HXM6U =
497
497
github.com/lightningnetwork/lnd/clock v1.1.1 h1:OfR3/zcJd2RhH0RU+zX/77c0ZiOnIMsDIBjgjWdZgA0 =
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const (
52
52
53
53
// AppPreRelease defines the pre-release version of this binary.
54
54
// It MUST only contain characters from the semantic versioning spec.
55
- AppPreRelease = "rc4 "
55
+ AppPreRelease = ""
56
56
57
57
// GitTagIncludeStatus indicates whether the status should be included
58
58
// in the git tag name.
You can’t perform that action at this time.
0 commit comments