Skip to content

Commit 4882a37

Browse files
committed
Update latest and lts aliases (3.0 is now GA and LTS)
1 parent 90c8ea2 commit 4882a37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generate-stackbrew-library.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ set -Eeuo pipefail
33

44
# https://www.haproxy.org/#last ("LTS" vs "latest")
55
declare -A aliases=(
6-
[2.9]='latest'
7-
[2.8]='lts'
6+
[3.0]='lts latest'
87
)
98

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

0 commit comments

Comments
 (0)