Skip to content

Commit

Permalink
Move "latest" to 8.0 now that it's GA
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Apr 19, 2018
1 parent 6662ac7 commit ff62794
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,8 +2,8 @@
set -eu

declare -A aliases=(
[5.7]='5 latest'
[8.0]='8'
[5.7]='5'
[8.0]='8 latest'
)

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

0 comments on commit ff62794

Please sign in to comment.