Skip to content

Commit

Permalink
Actually, get version 2.0.0 from the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Jun 24, 2024
1 parent f2a1951 commit bfe7ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/solana-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
# This file is now out of sync with the versions in Cargo.toml.
# https://github.com/solana-labs/solana-program-library/pull/6182
# This will require some manual cleanup the next time the version is updated.
solana_version=v1.18.17
solana_version=v2.0.0
fi

export solana_version="$solana_version"
Expand All @@ -26,7 +26,7 @@ export PATH="$HOME"/.local/share/solana/install/active_release/bin:"$PATH"
if [[ -n $1 ]]; then
case $1 in
install)
sh -c "$(curl -sSfL https://release.solana.com/$solana_version/install)"
sh -c "$(curl -sSfL https://release.anza.xyz/$solana_version/install)"
solana --version
;;
*)
Expand Down

0 comments on commit bfe7ecd

Please sign in to comment.