Skip to content

Commit

Permalink
Version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Oct 9, 2024
1 parent f826cfc commit 5e2bd27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
],
Expand All @@ -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"
}
},
Expand Down
2 changes: 1 addition & 1 deletion http.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 5e2bd27

Please sign in to comment.