From 6fcd49811c415e228d5b34046005e873dfac44cf Mon Sep 17 00:00:00 2001 From: Dominion5254 Date: Thu, 26 Dec 2024 08:21:27 -0700 Subject: [PATCH] update upstream to 0.18.4 (#134) --- Dockerfile | 2 +- manifest.yaml | 5 ++--- scripts/services/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index ccf0f2a..ad90b36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/manifest.yaml b/manifest.yaml index bdc4f1b..47095e3 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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" diff --git a/scripts/services/migrations.ts b/scripts/services/migrations.ts index 56cb367..9ec0822 100644 --- a/scripts/services/migrations.ts +++ b/scripts/services/migrations.ts @@ -251,5 +251,5 @@ export const migration: T.ExpectedExports.migration = compat.migrations ) } }, - "0.18.3", + "0.18.4", );