Skip to content

Commit

Permalink
Merge pull request #270 from LaurentGoderre/5-alias
Browse files Browse the repository at this point in the history
Add version alias for version 5
  • Loading branch information
yosifkit committed Nov 6, 2023
2 parents 12ee728 + a735f1a commit 91c6980
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate-stackbrew-library.sh
@@ -1,9 +1,10 @@
#!/bin/bash
#!/usr/bin/env bash
set -eu

declare -A aliases=(
[3.11]='3'
[4.1]='4 latest'
[5.0]='5'
)

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

0 comments on commit 91c6980

Please sign in to comment.