Skip to content

Commit fd7b379

Browse files
authored
Merge pull request #7169 from oscr/update-shellcheck
🌱 Update shellcheck version (0.7.0->0.8.0)
2 parents d89adf8 + c58f5a3 commit fd7b379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set -o errexit
1717
set -o nounset
1818
set -o pipefail
1919

20-
VERSION="v0.7.0"
20+
VERSION="v0.8.0"
2121

2222
OS="unknown"
2323
if [[ "${OSTYPE}" == "linux"* ]]; then

0 commit comments

Comments
 (0)