Skip to content

Commit

Permalink
Revert "Temporarily sets version to 1.18.3 until os/x build is fixed (#…
Browse files Browse the repository at this point in the history
…16)"

This reverts commit 23ce9e2.
  • Loading branch information
Adrian Cole committed Jul 25, 2021
1 parent 23ce9e2 commit 94f44c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/consolidate_release_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ for version in ${versions}; do
done

# reorder top-level keys so that versions appear before sha256sums
# temporarily hard-code v1.18.3 until 1.19.0 is fixed https://github.com/Homebrew/homebrew-core/pull/81490
echo "${releaseVersions}" | jq '{latestVersion: "1.18.3", versions: .versions, sha256sums: .sha256sums}'
echo "${releaseVersions}" | jq '{latestVersion: .latestVersion, versions: .versions, sha256sums: .sha256sums}'

0 comments on commit 94f44c0

Please sign in to comment.