Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pintsized committed Jul 24, 2017
1 parent 32e281c commit b5f9559
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/resty/http.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ end


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

Expand Down
2 changes: 1 addition & 1 deletion lib/resty/http_headers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local rawget, rawset, setmetatable =
local str_lower = string.lower

local _M = {
_VERSION = '0.10',
_VERSION = '0.11',
}


Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-http"
version = "0.10-0"
version = "0.11-0"
source = {
url = "git://github.com/pintsized/lua-resty-http",
tag = "v0.10"
tag = "v0.11"
}
description = {
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",
Expand Down

0 comments on commit b5f9559

Please sign in to comment.