From b10d31c8b710c0cbf5ac4d535c43c1a7ccc68315 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Thu, 29 May 2014 21:01:34 -0700 Subject: [PATCH] Stable version 0.3.3 This release is dedicated to Jarkko Oikarinen, creator of IRC, the fabric of the author's existence for so many years. --- ShellCheck.cabal | 2 +- ShellCheck/Data.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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