Stable version 0.3.2
This release is dedicated to knirch, mcandre, Dridi, ptman, pihentagy, Riviera, and everyone else who keeps submitting bug reports and feature suggestions!
This commit is contained in:
parent
0d4ae95e1d
commit
de0145fb29
|
@ -1,6 +1,6 @@
|
||||||
Name: ShellCheck
|
Name: ShellCheck
|
||||||
-- Must also be updated in ShellCheck/Data.hs :
|
-- Must also be updated in ShellCheck/Data.hs :
|
||||||
Version: 0.3.1
|
Version: 0.3.2
|
||||||
Synopsis: Shell script analysis tool
|
Synopsis: Shell script analysis tool
|
||||||
License: OtherLicense
|
License: OtherLicense
|
||||||
License-file: LICENSE
|
License-file: LICENSE
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
module ShellCheck.Data where
|
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 = [
|
internalVariables = [
|
||||||
-- Generic
|
-- Generic
|
||||||
|
|
Loading…
Reference in New Issue