From d7b1504b72d2e112b7dd1f7f8b6680ac9f2de5c3 Mon Sep 17 00:00:00 2001 From: RunBTC <143069848+runbtc@users.noreply.github.com> Date: Thu, 14 Nov 2024 00:31:12 +0000 Subject: [PATCH] Bump Core to v28.0 --- production/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/install b/production/install index 778671c397..f81726a3cc 100755 --- a/production/install +++ b/production/install @@ -332,7 +332,7 @@ BITCOIN_REPO_URL=https://github.com/bitcoin/bitcoin BITCOIN_REPO_NAME=bitcoin BITCOIN_REPO_BRANCH=master #BITCOIN_LATEST_RELEASE=$(curl -s https://api.github.com/repos/bitcoin/bitcoin/releases/latest|grep tag_name|head -1|cut -d '"' -f4) -BITCOIN_LATEST_RELEASE=v25.1 +BITCOIN_LATEST_RELEASE=v28.0 echo -n '.' BISQ_REPO_URL=https://github.com/bisq-network/bisq