From 4ab4269cf442ba52507aa2c718f606054452fcad Mon Sep 17 00:00:00 2001 From: James Hurst Date: Wed, 22 Mar 2023 09:45:52 +0000 Subject: [PATCH] Bump version to 0.17.1 --- lib/resty/http.lua | 2 +- lib/resty/http_headers.lua | 2 +- ...17.0.beta.1-0.rockspec => lua-resty-http-0.17.1-0.rockspec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename lua-resty-http-0.17.0.beta.1-0.rockspec => lua-resty-http-0.17.1-0.rockspec (91%) diff --git a/lib/resty/http.lua b/lib/resty/http.lua index ceccbcf..bf75683 100644 --- a/lib/resty/http.lua +++ b/lib/resty/http.lua @@ -106,7 +106,7 @@ end local _M = { - _VERSION = '0.17.0-beta.1', + _VERSION = '0.17.1', } _M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version diff --git a/lib/resty/http_headers.lua b/lib/resty/http_headers.lua index 97e8157..125b304 100644 --- a/lib/resty/http_headers.lua +++ b/lib/resty/http_headers.lua @@ -4,7 +4,7 @@ local rawget, rawset, setmetatable = local str_lower = string.lower local _M = { - _VERSION = '0.17.0-beta.1', + _VERSION = '0.17.1', } diff --git a/lua-resty-http-0.17.0.beta.1-0.rockspec b/lua-resty-http-0.17.1-0.rockspec similarity index 91% rename from lua-resty-http-0.17.0.beta.1-0.rockspec rename to lua-resty-http-0.17.1-0.rockspec index d72353e..1d286d5 100644 --- a/lua-resty-http-0.17.0.beta.1-0.rockspec +++ b/lua-resty-http-0.17.1-0.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-http" -version = "0.17.0.beta.1-0" +version = "0.17.1-0" source = { url = "git://github.com/ledgetech/lua-resty-http", - tag = "v0.17.0-beta.1" + tag = "v0.17.1" } description = { summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",