Skip to content

Commit

Permalink
Bump B1 to fab v0.30.1 to support nvme drives on control nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Nov 6, 2024
1 parent 665852a commit 6a90e4c
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,8 +96,8 @@ findLatestVersion() {

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

Expand Down

0 comments on commit 6a90e4c

Please sign in to comment.