diff --git a/CHANGES.md b/CHANGES.md index aaf0dc82..6806f515 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ ## What's new in Version 1.11.0 of RaspiBlitz? - Update: Bitcoin Core v26.0 [details](https://bitcoincore.org/en/releases/26.0/) -- Update: LND v0.17.2-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.17.2-beta) +- Update: LND v0.17.3-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.17.3-beta) - Update: Core Lightning v23.11 [details](https://github.com/ElementsProject/lightning/releases/tag/v23.11) - Update: BTCPayServer v1.11.7 [details](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.11.7) - Update: Channel Tools (chantools) v0.12.0 [details](https://github.com/lightninglabs/chantools/releases/tag/v0.12.0) diff --git a/README.md b/README.md index ddf22cbb..e7551ca9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ _Build your own Lightning & Bitcoin Fullnode on a RaspberryPi with an optional Display._ -`Version 1.11.0rc0 with bitcoin 26.0, lnd 0.17.2 & Core Lightning 23.11` ([api](https://github.com/fusion44/blitz_api)|[web](https://github.com/raspiblitz/raspiblitz-web)) +`Version 1.11.0rc0 with bitcoin 26.0, lnd 0.17.3 & Core Lightning 23.11` ([api](https://github.com/fusion44/blitz_api)|[web](https://github.com/raspiblitz/raspiblitz-web)) ![RaspiBlitz](pictures/raspiblitz.jpg) diff --git a/home.admin/config.scripts/lnd.install.sh b/home.admin/config.scripts/lnd.install.sh index 7158d5c4..71fa6e4b 100644 --- a/home.admin/config.scripts/lnd.install.sh +++ b/home.admin/config.scripts/lnd.install.sh @@ -4,7 +4,7 @@ ## based on https://raspibolt.github.io/raspibolt/raspibolt_40_lnd.html#lightning-lnd ## see LND releases: https://github.com/lightningnetwork/lnd/releases ### If you change here - make sure to also change interims version in lnd.update.sh #! -lndVersion="0.17.2-beta" +lndVersion="0.17.3-beta" # olaoluwa PGPauthor="roasbeef"