Skip to content

Commit

Permalink
release: 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Oct 13, 2022
1 parent 0f071ca commit e2b0686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/resty/openssl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ try_require_modules()


local _M = {
_VERSION = '0.8.11',
_VERSION = '0.8.12',
}

local libcrypto_name
Expand Down
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit e2b0686

Please sign in to comment.