Skip to content

Commit c4e12e7

Browse files
committed
Update "latest" to point to 8.0 (now GA)
Also, remove (unused) 4.4 from the aliases list.
1 parent bd5b8f9 commit c4e12e7

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,10 +2,10 @@
22
set -Eeuo pipefail
33

44
declare -A aliases=(
5-
[7.0]='7 latest'
5+
[8.0]='8 latest'
6+
[7.0]='7'
67
[6.0]='6'
78
[5.0]='5'
8-
[4.4]='4'
99
)
1010

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

0 commit comments

Comments
 (0)