Skip to content

Commit b5f9559

Browse files
committed
Version bump
1 parent 32e281c commit b5f9559

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/resty/http.lua

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

9999

100100
local _M = {
101-
_VERSION = '0.10',
101+
_VERSION = '0.11',
102102
}
103103
_M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version
104104

lib/resty/http_headers.lua

Lines changed: 1 addition & 1 deletion
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.10',
7+
_VERSION = '0.11',
88
}
99

1010

lua-resty-http-0.10-0.rockspec renamed to lua-resty-http-0.11-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.10-0"
2+
version = "0.11-0"
33
source = {
44
url = "git://github.com/pintsized/lua-resty-http",
5-
tag = "v0.10"
5+
tag = "v0.11"
66
}
77
description = {
88
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",

0 commit comments

Comments
 (0)