Skip to content

Commit 6e68398

Browse files
bumped version to v0.1.33.
1 parent cdd2594 commit 6e68398

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ lib_dir=lib
77
doc_dir=lib
88
repo_link=https://github.com/openresty/lua-resty-core
99
main_module=lib/resty/core/base.lua
10-
requires = luajit >= 2.1.0, nginx >= 1.29.2, ngx_http_lua = 0.10.29, openresty/lua-resty-lrucache >= 0.08
10+
requires = luajit >= 2.1.0, nginx >= 1.29.2, ngx_http_lua = 0.10.30, openresty/lua-resty-lrucache >= 0.15

lib/resty/core/base.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ local c_buf_type = ffi.typeof("char[?]")
143143
local _M = new_tab(0, 18)
144144

145145

146-
_M.version = "0.1.32"
146+
_M.version = "0.1.33"
147147
_M.new_tab = new_tab
148148
_M.clear_tab = clear_tab
149149

0 commit comments

Comments
 (0)