Skip to content

Commit

Permalink
Release 24.09
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Dec 19, 2024
1 parent deec98c commit 59d97ba
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 @@ -96,8 +96,9 @@ findLatestVersion() {

installFile() {
case "$VERSION" in
latest) VERSION="v0.30.3";;
latest) VERSION="v0.32.1";;
24.09) VERSION="v0.32.1";;
24.09.0) VERSION="v0.32.1";;
beta-1) VERSION="v0.30.3";;
alpha-7) VERSION="v0.19.2";;
esac
Expand Down

0 comments on commit 59d97ba

Please sign in to comment.