From cf132308b6458688ba9bbaf6637d0b0903d54e73 Mon Sep 17 00:00:00 2001 From: deicidus Date: Thu, 25 May 2023 23:36:09 -0700 Subject: [PATCH] updated bitcoin version --- spells/menu/install-bitcoin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spells/menu/install-bitcoin b/spells/menu/install-bitcoin index 27ab15d..3b255c7 100644 --- a/spells/menu/install-bitcoin +++ b/spells/menu/install-bitcoin @@ -3,7 +3,7 @@ # This spell installs bitcoin on almost any Linux platform, from source when possible, otherwise from precompiled binary. # Set Bitcoin version -BITCOIN_VERSION=23.0 +BITCOIN_VERSION=24.1 # Install Bitcoin from source install_bitcoin_from_source() {