We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb29fe commit a4677c4Copy full SHA for a4677c4
lib/resty/http.lua
@@ -67,7 +67,7 @@ end
67
68
69
local _M = {
70
- _VERSION = '0.06',
+ _VERSION = '0.07',
71
}
72
_M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version
73
lua-resty-http-0.06-0.rockspec
@@ -1,8 +1,8 @@
1
package = "lua-resty-http"
2
-version = "0.06-0"
+version = "0.07-0"
3
source = {
4
url = "git://github.com/pintsized/lua-resty-http",
5
- tag = "v0.06"
+ tag = "v0.07"
6
7
description = {
8
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",
0 commit comments