From e2b0686c0e04800af729068a2db4e5dc9427e8fe Mon Sep 17 00:00:00 2001 From: Wangchong Zhou Date: Thu, 13 Oct 2022 09:16:00 -0700 Subject: [PATCH] release: 0.8.12 --- lib/resty/openssl.lua | 2 +- ...l-0.8.11-1.rockspec => lua-resty-openssl-0.8.12-1.rockspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename lua-resty-openssl-0.8.11-1.rockspec => lua-resty-openssl-0.8.12-1.rockspec (99%) diff --git a/lib/resty/openssl.lua b/lib/resty/openssl.lua index c4fe4316..e4de6fc3 100644 --- a/lib/resty/openssl.lua +++ b/lib/resty/openssl.lua @@ -25,7 +25,7 @@ try_require_modules() local _M = { - _VERSION = '0.8.11', + _VERSION = '0.8.12', } local libcrypto_name diff --git a/lua-resty-openssl-0.8.11-1.rockspec b/lua-resty-openssl-0.8.12-1.rockspec similarity index 99% rename from lua-resty-openssl-0.8.11-1.rockspec rename to lua-resty-openssl-0.8.12-1.rockspec index bd948fb5..a1a50e1a 100644 --- a/lua-resty-openssl-0.8.11-1.rockspec +++ b/lua-resty-openssl-0.8.12-1.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-openssl" -version = "0.8.11-1" +version = "0.8.12-1" source = { url = "git+https://github.com/fffonion/lua-resty-openssl.git", - tag = "0.8.11" + tag = "0.8.12" } description = { detailed = "FFI-based OpenSSL binding for LuaJIT.",