From b289b27d21aea5469164077c25c2d10337f4b786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-Ren=20Lin=29?= Date: Thu, 27 Apr 2017 16:51:01 +0800 Subject: [PATCH] Fix release version that the directive will properly work --- Directive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directive.md b/Directive.md index aa11a6c..5a41628 100644 --- a/Directive.md +++ b/Directive.md @@ -15,7 +15,7 @@ Supported directives are `disable` to disable warnings: # shellcheck source=src/examples/config.sh . "$(locate_config)" -`shell`, as a top level directive, to specify the shell for a script (similar to the shebang, if you for any reason don't want to add one) (since 0.4.4): +`shell`, as a top level directive, to specify the shell for a script (similar to the shebang, if you for any reason don't want to add one) (since [0.4.5](https://github.com/koalaman/shellcheck/issues/581#issuecomment-249437837)): # shellcheck shell=sh echo foo &> bar