From d0ca28df6121f10cd3868744d219904c7923c5be Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 10 Aug 2023 09:17:30 -0700 Subject: [PATCH] Version bumps due to release --- META.json | 6 +++--- http.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/META.json b/META.json index 689435b..a21d9ce 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "http", "abstract": "HTTP client for PostgreSQL", "description": "HTTP allows you to get the content of a web page in a SQL function call.", - "version": "1.5.0", + "version": "1.6.0", "maintainer": [ "Paul Ramsey " ], @@ -21,9 +21,9 @@ }, "provides": { "http": { - "file": "http--1.5.sql", + "file": "http--1.6.sql", "docfile": "README.md", - "version": "1.5.0", + "version": "1.6.0", "abstract": "HTTP client for PostgreSQL" } }, diff --git a/http.c b/http.c index 288d460..9b28227 100644 --- a/http.c +++ b/http.c @@ -28,7 +28,7 @@ ***********************************************************************/ /* Constants */ -#define HTTP_VERSION "1.5.0" +#define HTTP_VERSION "1.6.0" #define HTTP_ENCODING "gzip" #define CURL_MIN_VERSION 0x071400 /* 7.20.0 */