Skip to content

Commit

Permalink
Move "latest" to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 5, 2024
1 parent cb4f6ac commit 41fc6f7
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 @@ -3,8 +3,8 @@ set -eu

declare -A aliases=(
[3.11]='3'
[4.1]='4 latest'
[5.0]='5'
[4.1]='4'
[5.0]='5 latest'
)

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

0 comments on commit 41fc6f7

Please sign in to comment.