Skip to content

Commit

Permalink
Update "latest" to point to 8.0 (now GA)
Browse files Browse the repository at this point in the history
Also, remove (unused) 4.4 from the aliases list.
  • Loading branch information
tianon committed Sep 19, 2024
1 parent bd5b8f9 commit c4e12e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
set -Eeuo pipefail

declare -A aliases=(
[7.0]='7 latest'
[8.0]='8 latest'
[7.0]='7'
[6.0]='6'
[5.0]='5'
[4.4]='4'
)

self="$(basename "$BASH_SOURCE")"
Expand Down

0 comments on commit c4e12e7

Please sign in to comment.