Skip to content

Commit

Permalink
refactor(experimental): update test validator for mainnet-beta v1.18 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Jun 14, 2024
1 parent f0f86d0 commit e8f6a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-latest-validator-release-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(
set -e
version=$(node -e \
'fetch("https://api.github.com/repos/anza-xyz/agave/releases").then(res => res.json().then(rs => rs.filter(r => !r.prerelease && r.tag_name.startsWith("v1.17."))).then(x => console.log(x[0].tag_name)));'
'fetch("https://api.github.com/repos/anza-xyz/agave/releases").then(res => res.json().then(rs => rs.filter(r => !r.prerelease && r.tag_name.startsWith("v1.18."))).then(x => console.log(x[0].tag_name)));'
)
if [ -z $version ]; then
exit 3
Expand Down

0 comments on commit e8f6a78

Please sign in to comment.