diff --git a/lib/resty/http.lua b/lib/resty/http.lua index bf75683..a85f85a 100644 --- a/lib/resty/http.lua +++ b/lib/resty/http.lua @@ -106,7 +106,7 @@ end local _M = { - _VERSION = '0.17.1', + _VERSION = '0.17.2', } _M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version diff --git a/lib/resty/http_headers.lua b/lib/resty/http_headers.lua index 125b304..6394e61 100644 --- a/lib/resty/http_headers.lua +++ b/lib/resty/http_headers.lua @@ -4,7 +4,7 @@ local rawget, rawset, setmetatable = local str_lower = string.lower local _M = { - _VERSION = '0.17.1', + _VERSION = '0.17.2', } diff --git a/lua-resty-http-0.17.1-0.rockspec b/lua-resty-http-0.17.2-0.rockspec similarity index 93% rename from lua-resty-http-0.17.1-0.rockspec rename to lua-resty-http-0.17.2-0.rockspec index 1d286d5..c1d8113 100644 --- a/lua-resty-http-0.17.1-0.rockspec +++ b/lua-resty-http-0.17.2-0.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-http" -version = "0.17.1-0" +version = "0.17.2-0" source = { url = "git://github.com/ledgetech/lua-resty-http", - tag = "v0.17.1" + tag = "v0.17.2" } description = { summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",