mirror of
https://github.com/potats0/lua-resty-coraza.git
synced 2025-06-28 17:41:00 +03:00
release: 1.0.0-rc1
This commit is contained in:
parent
fcf62802b9
commit
83b2dbeada
1
dist.ini
1
dist.ini
@ -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
|
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user