diff --git a/ShellCheck.cabal b/ShellCheck.cabal index b4465a6..4b362fd 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,6 +1,6 @@ Name: ShellCheck -- Must also be updated in ShellCheck/Data.hs : -Version: 0.3.1 +Version: 0.3.2 Synopsis: Shell script analysis tool License: OtherLicense License-file: LICENSE diff --git a/ShellCheck/Data.hs b/ShellCheck/Data.hs index c71ca23..a4b2a8a 100644 --- a/ShellCheck/Data.hs +++ b/ShellCheck/Data.hs @@ -1,6 +1,6 @@ module ShellCheck.Data where -shellcheckVersion = "0.3.1" -- Must also be updated in ShellCheck.cabal +shellcheckVersion = "0.3.2" -- Must also be updated in ShellCheck.cabal internalVariables = [ -- Generic