Upgrade BTCPay to v1.7.2

This commit is contained in:
Taylor Helsper 2022-12-17 11:04:22 -06:00
parent de3f8b0b16
commit 23ff6e327c

View File

@ -110,7 +110,7 @@ RTL_VERSION=$(get_app_version "$RTL_VERSION" "rtl")
RTL_VERSION_FILE=/home/bitcoin/.mynode/rtl_version
RTL_LATEST_VERSION_FILE=/home/bitcoin/.mynode/rtl_version_latest
BTCPAYSERVER_VERSION="1.6.12"
BTCPAYSERVER_VERSION="1.7.2"
if [ "$IS_32_BIT" = "1" ]; then
BTCPAYSERVER_VERSION="1.3.6"
fi