release: 1.0.0-rc1

This commit is contained in:
potatso 2023-07-14 01:56:03 +08:00
parent fcf62802b9
commit 83b2dbeada
2 changed files with 1 additions and 2 deletions

View File

@ -7,6 +7,5 @@ lib_dir = lib
doc_dir = lib doc_dir = lib
repo_link = https://github.com/potats0/lua-resty-coraza repo_link = https://github.com/potats0/lua-resty-coraza
main_module = lib/resty/coraza.lua main_module = lib/resty/coraza.lua
version = 1.0.1
requires = luajit requires = luajit
exclude_files=*.rockspec exclude_files=*.rockspec

View File

@ -11,7 +11,7 @@ local err_fmt = log.err_fmt
local warn_fmt = log.warn_fmt local warn_fmt = log.warn_fmt
local _M = { local _M = {
_VERSION = '1.0.1' _VERSION = '1.0.2'
} }
function _M.create_waf() function _M.create_waf()