From 2f7bd556e85221a9124507a924aab4277d0c0df9 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Thu, 16 Apr 2015 08:13:49 -0700 Subject: [PATCH] Stable version 0.3.7 This is purely a bugfix bump that compiles on GHC 7.10 and uses a regex lib that doesn't crash on OS X. --- ShellCheck.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 9b521fbe6..6e46dfe5c 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,5 +1,5 @@ Name: ShellCheck -Version: 0.3.6 +Version: 0.3.7 Synopsis: Shell script analysis tool License: AGPL-3 License-file: LICENSE