Skip to content

Commit d0ca28d

Browse files
committed
Version bumps due to release
1 parent c76d112 commit d0ca28d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

META.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "http",
33
"abstract": "HTTP client for PostgreSQL",
44
"description": "HTTP allows you to get the content of a web page in a SQL function call.",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"maintainer": [
77
"Paul Ramsey <[email protected]>"
88
],
@@ -21,9 +21,9 @@
2121
},
2222
"provides": {
2323
"http": {
24-
"file": "http--1.5.sql",
24+
"file": "http--1.6.sql",
2525
"docfile": "README.md",
26-
"version": "1.5.0",
26+
"version": "1.6.0",
2727
"abstract": "HTTP client for PostgreSQL"
2828
}
2929
},

http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
***********************************************************************/
2929

3030
/* Constants */
31-
#define HTTP_VERSION "1.5.0"
31+
#define HTTP_VERSION "1.6.0"
3232
#define HTTP_ENCODING "gzip"
3333
#define CURL_MIN_VERSION 0x071400 /* 7.20.0 */
3434

0 commit comments

Comments
 (0)