Skip to content

Commit ff62794

Browse files
committed
Move "latest" to 8.0 now that it's GA
1 parent 6662ac7 commit ff62794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-stackbrew-library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set -eu
33

44
declare -A aliases=(
5-
[5.7]='5 latest'
6-
[8.0]='8'
5+
[5.7]='5'
6+
[8.0]='8 latest'
77
)
88

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

0 commit comments

Comments
 (0)