Skip to content

Commit

Permalink
release/0.16 (#235)
Browse files Browse the repository at this point in the history
* Bump version

* Don't ignore luarock spec files
  • Loading branch information
pintsized authored Apr 6, 2021
1 parent d7f636c commit faf7b45
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
t/servroot/
t/error.log
lua-resty-http*
luacov*
*.src.rock
2 changes: 1 addition & 1 deletion lib/resty/http.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ end


local _M = {
_VERSION = '0.14',
_VERSION = '0.16',
}
_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.14',
_VERSION = '0.16',
}


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

0 comments on commit faf7b45

Please sign in to comment.