Skip to content

Commit c39cf8c

Browse files
committed
Version bump
1 parent de02e43 commit c39cf8c

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
@@ -100,7 +100,7 @@ end
100100

101101

102102
local _M = {
103-
_VERSION = '0.11',
103+
_VERSION = '0.12',
104104
}
105105
_M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version
106106

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.11',
7+
_VERSION = '0.12',
88
}
99

1010

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

0 commit comments

Comments
 (0)