From a134d8a493e572e32d30f0c21e51b6f467ab24fb Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 7 Jan 2022 11:05:32 -0500 Subject: [PATCH] pre-release: Bump to 9.0.0.20220107 Previous pre-release had a wrong date --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index 1b153664e..bc8405dfd 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 9.0.0.20210107 +version: 9.0.0.20220107 synopsis: REST API for any Postgres database description: Reads the schema of a PostgreSQL database and creates RESTful routes for the tables and views, supporting all HTTP verbs that security