Skip to content

Commit 41fc6f7

Browse files
committed
Move "latest" to 5.0
1 parent cb4f6ac commit 41fc6f7

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
@@ -3,8 +3,8 @@ set -eu
33

44
declare -A aliases=(
55
[3.11]='3'
6-
[4.1]='4 latest'
7-
[5.0]='5'
6+
[4.1]='4'
7+
[5.0]='5 latest'
88
)
99

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

0 commit comments

Comments
 (0)