From f748cfc820b87dcfa99f18e5d45d1385d516af53 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Tue, 24 Mar 2015 13:16:31 -0700 Subject: [PATCH] Bump version to 0.1.1.8 --- mysql.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql.cabal b/mysql.cabal index 4aef8e6..f3a3a03 100644 --- a/mysql.cabal +++ b/mysql.cabal @@ -1,5 +1,5 @@ name: mysql -version: 0.1.1.7 +version: 0.1.1.8 homepage: https://github.com/bos/mysql bug-reports: https://github.com/bos/mysql/issues synopsis: A low-level MySQL client library.