Skip to content

Commit

Permalink
Update "latest" to 3.1 (3.1.0 GA)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Nov 26, 2024
1 parent 845b6f4 commit 5911230
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=(
[3.0]='lts latest'
[3.1]='latest'
[3.0]='lts'
)

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

0 comments on commit 5911230

Please sign in to comment.