From b0709949122903275ada2a4ad98184041afb06a7 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Thu, 21 May 2015 00:18:26 -0700 Subject: [PATCH] Patch version bump for conditional -Werror flag --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index 702d27b3b..d418285e5 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -2,7 +2,7 @@ name: postgrest description: Reads the schema of a PostgreSQL database and creates RESTful routes for the tables and views, supporting all HTTP verbs that security permits. -version: 0.2.9.0 +version: 0.2.9.1 synopsis: REST API for any Postgres database license: MIT license-file: LICENSE