Skip to content

Commit 1bd2dd0

Browse files
committed
api: bumped the ngx_lua API to 0.10.16 and ngx_stream_lua API to 0.0.8.
* openresty/lua-nginx-module@277d382 * openresty/stream-lua-nginx-module@1667036
1 parent f316034 commit 1bd2dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/subsys/api/ngx_subsys_lua_api.h.tt2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525

2626

2727
[% IF http_subsys %]
28-
#define ngx_http_lua_version 10012
28+
#define ngx_http_lua_version 10016
2929
[% ELSIF stream_subsys %]
30-
#define ngx_stream_lua_version 6
30+
#define ngx_stream_lua_version 8
3131
[% END %]
3232

3333

0 commit comments

Comments
 (0)