diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 4b362fd..1aba6c0 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,6 +1,6 @@ Name: ShellCheck -- Must also be updated in ShellCheck/Data.hs : -Version: 0.3.2 +Version: 0.3.3 Synopsis: Shell script analysis tool License: OtherLicense License-file: LICENSE diff --git a/ShellCheck/Data.hs b/ShellCheck/Data.hs index 1f41c69..310c1ff 100644 --- a/ShellCheck/Data.hs +++ b/ShellCheck/Data.hs @@ -1,6 +1,6 @@ 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