We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eceb2e6 + f5aa185 commit cf2a6f3Copy full SHA for cf2a6f3
generate-stackbrew-library.sh
@@ -2,8 +2,8 @@
2
set -Eeuo pipefail
3
4
declare -A aliases=(
5
- [2.8-rc]='rc'
6
- [2.7]='2 latest'
+ [3.0]='3 latest'
+ [2.7]='2'
7
)
8
9
defaultDebianSuite='buster'
0 commit comments