Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a326b9f

Browse files
committed
Update solana-version
1 parent 0e8e13d commit a326b9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/solana-version.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
if [[ -n $SOLANA_VERSION ]]; then
1515
solana_version="$SOLANA_VERSION"
1616
else
17-
# This file is now out of sync with the versions in Cargo.toml.
18-
# Update to v2.1 once the tarball is ready
19-
solana_version=v2.0.14
17+
solana_version=v2.1.0
2018
fi
2119

2220
export solana_version="$solana_version"

0 commit comments

Comments
 (0)