Skip to content

Commit

Permalink
Update latest and lts aliases (3.0 is now GA and LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 29, 2024
1 parent 90c8ea2 commit 4882a37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ set -Eeuo pipefail

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

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

0 comments on commit 4882a37

Please sign in to comment.