Skip to content

Commit

Permalink
Update solana-version
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Oct 30, 2024
1 parent 0e8e13d commit a326b9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/solana-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
if [[ -n $SOLANA_VERSION ]]; then
solana_version="$SOLANA_VERSION"
else
# This file is now out of sync with the versions in Cargo.toml.
# Update to v2.1 once the tarball is ready
solana_version=v2.0.14
solana_version=v2.1.0
fi

export solana_version="$solana_version"
Expand Down

0 comments on commit a326b9f

Please sign in to comment.