From 5e2bd270a9ce2b0e8e1fdf8e46b85396bd4125cd Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 9 Oct 2024 13:11:32 -0700 Subject: [PATCH] Version 1.6.1 --- META.json | 4 ++-- http.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/META.json b/META.json index a21d9ce..b3abc4d 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.6.0", + "version": "1.6.1", "maintainer": [ "Paul Ramsey " ], @@ -23,7 +23,7 @@ "http": { "file": "http--1.6.sql", "docfile": "README.md", - "version": "1.6.0", + "version": "1.6.1", "abstract": "HTTP client for PostgreSQL" } }, diff --git a/http.c b/http.c index 2c16f95..513b3b2 100644 --- a/http.c +++ b/http.c @@ -28,7 +28,7 @@ ***********************************************************************/ /* Constants */ -#define HTTP_VERSION "1.6.0" +#define HTTP_VERSION "1.6.1" #define HTTP_ENCODING "gzip" #define CURL_MIN_VERSION 0x071400 /* 7.20.0 */