Skip to content

Commit 56c2096

Browse files
committed
Update tag aliases for 11.0 GA
1 parent 5612c4d commit 56c2096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generate-stackbrew-library.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ set -eu
33

44
declare -A aliases=(
55
[9.0]='9'
6-
[10.1]='10 latest'
6+
[10.1]='10'
7+
[11.0]='11 latest'
78
)
89

910
self="$(basename "$BASH_SOURCE")"

0 commit comments

Comments
 (0)