Skip to content

Commit 81e9df2

Browse files
committed
Update "latest" for 2.9 GA
1 parent a2cdec0 commit 81e9df2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generate-stackbrew-library.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ set -Eeuo pipefail
33

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

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

0 commit comments

Comments
 (0)