Skip to content

Commit

Permalink
update upstream to 0.18.4 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 authored Dec 26, 2024
1 parent 12c1ffd commit 6fcd498
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lightninglabs/lnd:v0.18.3-beta
FROM lightninglabs/lnd:v0.18.4-beta

ARG ARCH
RUN apk add --no-cache \
Expand Down
5 changes: 2 additions & 3 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
id: lnd
title: LND
version: 0.18.3
version: 0.18.4
release-notes: |-
* Update to 0.18.3 [Release Notes](https://github.com/lightningnetwork/lnd/releases/tag/v0.18.3-beta)
* Update README
* Update to 0.18.4 [Release Notes](https://github.com/lightningnetwork/lnd/releases/tag/v0.18.4-beta)
license: MIT
wrapper-repo: "https://github.com/Start9Labs/lnd-startos"
upstream-repo: "https://github.com/lightningnetwork/lnd"
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@ export const migration: T.ExpectedExports.migration = compat.migrations
)
}
},
"0.18.3",
"0.18.4",
);

0 comments on commit 6fcd498

Please sign in to comment.