From 6a90e4c1a6fbe857c2e21eecbf06e0ac49af0f95 Mon Sep 17 00:00:00 2001 From: Sergei Lukianov Date: Wed, 6 Nov 2024 13:10:24 -0800 Subject: [PATCH] Bump B1 to fab v0.30.1 to support nvme drives on control nodes --- hhfab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hhfab b/hhfab index 5a0963b..74bad92 100755 --- a/hhfab +++ b/hhfab @@ -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