Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
bump version (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainwhisper authored Jul 7, 2020
1 parent 91d7661 commit 779679f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fi
# Version selection options
# Future improvement: pull dynamically from version list

CLI_LATEST_VERSION="0.6.3"
CLI_LATEST_VERSION="0.7.2"
TEST_CLI_LATEST_VERSION="0.7.0"

# CLI_PROD_VERSION_NUMBERS=("0.5.8" "0.5.8.1" "0.6.0" "0.6.1" "0.6.2" "0.6.2-TSS-0.1.2" "0.6.3")
Expand Down Expand Up @@ -177,12 +177,12 @@ PS3='Choose Network Type: '
select opt in "${OPTION_NETWORK[@]}"; do
case $opt in
"Mainnet")
FULLNODE_LATEST_VERSION="0.6.3-hotfix-2"
FULLNODE_LATEST_VERSION="0.7.2"
FULLNODE_VERSION_PATH="fullnode/prod/$FULLNODE_LATEST_VERSION"
break
;;
"Testnet")
FULLNODE_LATEST_VERSION="0.7.0"
FULLNODE_LATEST_VERSION="0.7.1"
FULLNODE_VERSION_PATH="fullnode/testnet/$FULLNODE_LATEST_VERSION"
break
;;
Expand Down

0 comments on commit 779679f

Please sign in to comment.