From 21f15643b4ae502a2137c994c7a6e49ff3446fee Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Tue, 11 Jun 2024 09:57:05 -0500 Subject: [PATCH] bump version to 12.3 --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index 6d86bf32e..3787aea13 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 12.2.0 +version: 12.3 synopsis: REST API for any Postgres database description: Reads the schema of a PostgreSQL database and creates RESTful routes for tables, views, and functions, supporting all HTTP methods that security