Skip to content

Commit

Permalink
Handle ./version.sh 1.11 more gracefully
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Mar 6, 2024
1 parent 433c794 commit 12da47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ for version in "${versions[@]}"; do
export version rcVersion

if \
! doc="$(jq <<<"$juliaVersions" -c '
! doc="$(jq <<<"$juliaVersions" -ce '
[ .[] | select(.major == env.version) ][-1]
')" \
|| ! fullVersion="$(jq <<<"$doc" -r '.version')" \
Expand Down

0 comments on commit 12da47b

Please sign in to comment.