We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1feb745 commit 9b4c15fCopy full SHA for 9b4c15f
generate-stackbrew-library.sh
@@ -3,8 +3,8 @@ set -eu
3
4
declare -A aliases=(
5
[5.6]='5'
6
- [7.0]='7 latest'
7
- [7.1-rc]='rc'
+ [7.1]='7 latest'
+ [7.2-rc]='rc'
8
)
9
10
self="$(basename "$BASH_SOURCE")"
0 commit comments