We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811df6f commit 0e464eaCopy full SHA for 0e464ea
ShellCheck.cabal
@@ -1,6 +1,6 @@
1
Name: ShellCheck
2
-- Must also be updated in ShellCheck/Data.hs :
3
-Version: 0.3.0
+Version: 0.3.1
4
Synopsis: Shell script analysis tool
5
License: OtherLicense
6
License-file: LICENSE
ShellCheck/Data.hs
module ShellCheck.Data where
-shellcheckVersion = "0.3.0" -- Must also be updated in ShellCheck.cabal
+shellcheckVersion = "0.3.1" -- Must also be updated in ShellCheck.cabal
internalVariables = [
-- Generic
0 commit comments