Skip to content

Commit

Permalink
A6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed May 7, 2024
1 parent 3ba1173 commit 80202e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hhfab
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,13 @@ verifySupported() {

installFile() {
case "$VERSION" in
latest) VERSION="v0.14.0";;
latest) VERSION="v0.16.1";;
alpha-1) VERSION="v0.5.2";;
alpha-2) VERSION="v0.8.0";;
alpha-3) VERSION="v0.10.2";;
alpha-4) VERSION="v0.12.1";;
alpha-5) VERSION="v0.14.0";;
alpha-6) VERSION="v0.16.1";;
dev) VERSION="latest";;
esac

Expand Down

0 comments on commit 80202e0

Please sign in to comment.