Skip to content

Commit 1833103

Browse files
committed
Bump version
1 parent bf3e411 commit 1833103

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/resty/http.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ end
106106

107107

108108
local _M = {
109-
_VERSION = '0.17.1',
109+
_VERSION = '0.17.2',
110110
}
111111
_M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version
112112

lib/resty/http_headers.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local rawget, rawset, setmetatable =
44
local str_lower = string.lower
55

66
local _M = {
7-
_VERSION = '0.17.1',
7+
_VERSION = '0.17.2',
88
}
99

1010

lua-resty-http-0.17.1-0.rockspec lua-resty-http-0.17.2-0.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-http"
2-
version = "0.17.1-0"
2+
version = "0.17.2-0"
33
source = {
44
url = "git://github.com/ledgetech/lua-resty-http",
5-
tag = "v0.17.1"
5+
tag = "v0.17.2"
66
}
77
description = {
88
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",

0 commit comments

Comments
 (0)