From 59c2e4d8bfe60dcd60b7363dc2a24e428d6aa559 Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Sun, 11 Dec 2022 17:20:53 +0100 Subject: [PATCH] #3473 Update to CLN 22.11.1 (#3508) * #3473 update cln to 22.11.1 --- CHANGES.md | 2 +- README.md | 2 +- home.admin/config.scripts/cl.install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 205601fb9..c8675b208 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,7 @@ - New: LightningTipBot v0.5 [details](https://github.com/LightningTipBot/LightningTipBot) - Update: Bitcoin Core v24.0 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-24.0.md) - Update: LND v0.15.5 [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.15.5-beta -- Update: Core Lightning v22.11 [details](https://github.com/ElementsProject/lightning/releases/tag/v22.11) +- Update: Core Lightning v22.11.1 [details](https://github.com/ElementsProject/lightning/releases/tag/v22.11.1) - Update: Electrum Server in Rust (electrs) v0.9.10 [details](https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0910-nov-3-2022) - Update: Lightning Terminal v0.8.4-alpha [details](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.8.4-alpha) - Update: RTL v0.13.0 with update option [details](https://github.com/Ride-The-Lightning/RTL/releases/tag/v0.12.3) diff --git a/README.md b/README.md index 9008c66d0..864bfb62d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ _Build your own Lightning & Bitcoin Fullnode on a RaspberryPi with a nice Display._ -`Version 1.9.0 with bitcoin 24.0, lnd 0.15.5 & Core Lightning 22.11` +`Version 1.9.0 with bitcoin 24.0, lnd 0.15.5 & Core Lightning 22.11.1` ![RaspiBlitz](pictures/raspiblitz.jpg) diff --git a/home.admin/config.scripts/cl.install.sh b/home.admin/config.scripts/cl.install.sh index f2bbc2cc7..9df067631 100644 --- a/home.admin/config.scripts/cl.install.sh +++ b/home.admin/config.scripts/cl.install.sh @@ -2,7 +2,7 @@ # https://lightning.readthedocs.io/ # https://github.com/ElementsProject/lightning/releases -CLVERSION=v22.11 +CLVERSION=v22.11.1 # install the latest master by using the last commit id # https://github.com/ElementsProject/lightning/commit/master