Skip to content

Commit a4677c4

Browse files
committed
Version bump
1 parent bbb29fe commit a4677c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/resty/http.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ end
6767

6868

6969
local _M = {
70-
_VERSION = '0.06',
70+
_VERSION = '0.07',
7171
}
7272
_M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version
7373

lua-resty-http-0.06-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-http"
2-
version = "0.06-0"
2+
version = "0.07-0"
33
source = {
44
url = "git://github.com/pintsized/lua-resty-http",
5-
tag = "v0.06"
5+
tag = "v0.07"
66
}
77
description = {
88
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",

0 commit comments

Comments
 (0)