Skip to content

Commit 0e464ea

Browse files
committed
Stable version 0.3.1
This release is dedicated to the Flycheck team, even though ShellCheck is written entirely in Vim.
1 parent 811df6f commit 0e464ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ShellCheck.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: ShellCheck
22
-- Must also be updated in ShellCheck/Data.hs :
3-
Version: 0.3.0
3+
Version: 0.3.1
44
Synopsis: Shell script analysis tool
55
License: OtherLicense
66
License-file: LICENSE

ShellCheck/Data.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ShellCheck.Data where
22

3-
shellcheckVersion = "0.3.0" -- Must also be updated in ShellCheck.cabal
3+
shellcheckVersion = "0.3.1" -- Must also be updated in ShellCheck.cabal
44

55
internalVariables = [
66
-- Generic

0 commit comments

Comments
 (0)