diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 27526d2..ba622df 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,6 +1,6 @@ Name: ShellCheck -- Must also be updated in ShellCheck/Data.hs : -Version: 0.3.0 +Version: 0.3.1 Synopsis: Shell script analysis tool License: OtherLicense License-file: LICENSE diff --git a/ShellCheck/Data.hs b/ShellCheck/Data.hs index 2d569eb..c71ca23 100644 --- a/ShellCheck/Data.hs +++ b/ShellCheck/Data.hs @@ -1,6 +1,6 @@ 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