From e9d8d928d0010bd56b94d7966a79a8db92dc2d15 Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Thu, 11 Apr 2024 08:32:48 -0600 Subject: [PATCH] Chia @ 2.3.0rc2 --- VERSION | 2 +- scripts/forks/chia_install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 7e541aec..cc6612c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.2 \ No newline at end of file +2.3.0 \ No newline at end of file diff --git a/scripts/forks/chia_install.sh b/scripts/forks/chia_install.sh index d9ce7e43..757f1557 100644 --- a/scripts/forks/chia_install.sh +++ b/scripts/forks/chia_install.sh @@ -27,10 +27,10 @@ else echo "Installing Chia CUDA binaries on ${arch_name}..." cd /tmp if [[ "${arch_name}" == "x86_64" ]]; then - curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.3.0-rc1/chia-blockchain-cli_2.3.0rc1-1_amd64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.3.0-rc2/chia-blockchain-cli_2.3.0rc2-1_amd64.deb apt-get install ./chia-blockchain-cli*.deb else - curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.3.0-rc1/chia-blockchain-cli_2.3.0rc1-1_arm64.deb + curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.3.0-rc2/chia-blockchain-cli_2.3.0rc2-1_arm64.deb apt-get install ./chia-blockchain-cli*.deb fi