Skip to content

Commit

Permalink
Update "latest" for 2.9 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Dec 5, 2023
1 parent a2cdec0 commit 81e9df2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ set -Eeuo pipefail

# https://www.haproxy.org/#last ("LTS" vs "latest")
declare -A aliases=(
[2.8]='lts latest'
[2.9]='latest'
[2.8]='lts'
)

self="$(basename "$BASH_SOURCE")"
Expand Down

0 comments on commit 81e9df2

Please sign in to comment.