diff --git a/dist.ini b/dist.ini index 7cae854..5d6304d 100644 --- a/dist.ini +++ b/dist.ini @@ -7,6 +7,5 @@ lib_dir = lib doc_dir = lib repo_link = https://github.com/potats0/lua-resty-coraza main_module = lib/resty/coraza.lua -version = 1.0.1 requires = luajit exclude_files=*.rockspec \ No newline at end of file diff --git a/lib/resty/coraza.lua b/lib/resty/coraza.lua index 67f0d2e..949ed6b 100644 --- a/lib/resty/coraza.lua +++ b/lib/resty/coraza.lua @@ -11,7 +11,7 @@ local err_fmt = log.err_fmt local warn_fmt = log.warn_fmt local _M = { - _VERSION = '1.0.1' + _VERSION = '1.0.2' } function _M.create_waf()