From 885ff6013800244ab2a5b79f177a1864c5eb0024 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Tue, 14 Sep 2021 12:53:14 -0500 Subject: [PATCH] pre-release: Bump to v9.0.0-a1 --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index 7fe24680d..2ef763510 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 8.0.0 +version: 9.0.0-a1 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