From ccb718e3fa716fa7b37b43561d990b75a3d56339 Mon Sep 17 00:00:00 2001 From: sam bacha Date: Tue, 13 Feb 2024 16:59:39 -0800 Subject: [PATCH] chore(config): shfmtVerison bump see https://github.com/mvdan/sh/releases/tag/v3.8.0 --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 1765c0a9..fc3727bd 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,4 +1,4 @@ export const config = { - shfmtVersion: 'v3.7.0', + shfmtVersion: 'v3.8.0', needCheckInstall: true, };