From 0e1881a98f769441ccbc13f5e1b51894977eae46 Mon Sep 17 00:00:00 2001 From: Ryzer58 <75142963+Ryzer58@users.noreply.github.com> Date: Mon, 16 Sep 2024 03:48:07 +0000 Subject: [PATCH] tools: Bump `SHELLFMT_VERSION` from 3.8.0 to 3.9.0 --- lib/tools/shellfmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools/shellfmt.sh b/lib/tools/shellfmt.sh index 04678ec16f67..e772560fefc9 100755 --- a/lib/tools/shellfmt.sh +++ b/lib/tools/shellfmt.sh @@ -7,7 +7,7 @@ # This file is a part of the Armbian Build Framework # https://github.com/armbian/build/ -SHELLFMT_VERSION=${SHELLFMT_VERSION:-3.8.0} # https://github.com/mvdan/sh/releases/ +SHELLFMT_VERSION=${SHELLFMT_VERSION:-3.9.0} # https://github.com/mvdan/sh/releases/ SRC="$( cd "$(dirname "$0")/../.."