Merge pull request #5587 from mempool/simon/bump-core-28

Bump Core to v28.0
This commit is contained in:
wiz 2024-10-13 23:25:34 +09:00 committed by GitHub
commit 8ad6c93e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -357,7 +357,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=v28.0rc2
BITCOIN_LATEST_RELEASE=v28.0
echo -n '.'
BISQ_REPO_URL=https://github.com/bisq-network/bisq