Skip to content

Commit c6d1184

Browse files
bumped ngx_stream_lua_version to 19.
1 parent beb8255 commit c6d1184

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ Nginx Compatibility
547547

548548
The latest version of this module is compatible with the following versions of Nginx:
549549

550+
* 1.29.x (last tested: 1.29.8)
550551
* 1.29.x (last tested: 1.29.2)
551552
* 1.27.x (last tested: 1.27.1)
552553
* 1.25.x (last tested: 1.25.1)

src/api/ngx_stream_lua_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/* Public API for other Nginx modules */
3030

3131

32-
#define ngx_stream_lua_version 18
32+
#define ngx_stream_lua_version 19
3333

3434

3535
typedef struct {

0 commit comments

Comments
 (0)