Skip to content

Commit

Permalink
Publish B1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Oct 24, 2024
1 parent 4b55233 commit 665852a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hhfab
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ findLatestVersion() {

installFile() {
case "$VERSION" in
latest) VERSION="v0.19.2";;
alpha-7) VERSION="v0.19.2";;
latest) VERSION="v0.30.0";;
beta-1) VERSION="v0.30.0";;
alpha-7) VERSION="v0.19.2";;
esac

local name="hhfab-${OS}-${ARCH}"
Expand Down

0 comments on commit 665852a

Please sign in to comment.