Skip to content

Commit

Permalink
Update tag aliases for 11.0 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Oct 9, 2024
1 parent 5612c4d commit 56c2096
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ set -eu

declare -A aliases=(
[9.0]='9'
[10.1]='10 latest'
[10.1]='10'
[11.0]='11 latest'
)

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

0 comments on commit 56c2096

Please sign in to comment.