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