Skip to content

Commit 4ab4269

Browse files
committed
Bump version to 0.17.1
1 parent f9c302a commit 4ab4269

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/resty/http.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ end
106106

107107

108108
local _M = {
109-
_VERSION = '0.17.0-beta.1',
109+
_VERSION = '0.17.1',
110110
}
111111
_M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version
112112

lib/resty/http_headers.lua

+1-1
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.17.0-beta.1',
7+
_VERSION = '0.17.1',
88
}
99

1010

lua-resty-http-0.17.0.beta.1-0.rockspec renamed to lua-resty-http-0.17.1-0.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-http"
2-
version = "0.17.0.beta.1-0"
2+
version = "0.17.1-0"
33
source = {
44
url = "git://github.com/ledgetech/lua-resty-http",
5-
tag = "v0.17.0-beta.1"
5+
tag = "v0.17.1"
66
}
77
description = {
88
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",

0 commit comments

Comments
 (0)