File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Production ready.
62
62
Version
63
63
=======
64
64
65
- This document describes ngx_lua [ v0.10.9 ] ( https://github.com/openresty/lua-nginx-module/tags ) released on 8 August 2017.
65
+ This document describes ngx_lua [ v0.10.10 ] ( https://github.com/openresty/lua-nginx-module/tags ) released on 8 August 2017.
66
66
67
67
Synopsis
68
68
========
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Production ready.
10
10
11
11
= Version =
12
12
13
- This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.9 ] released on 8 August 2017.
13
+ This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.10 ] released on 8 August 2017.
14
14
15
15
= Synopsis =
16
16
<geshi lang="nginx">
Original file line number Diff line number Diff line change 19
19
/* Public API for other Nginx modules */
20
20
21
21
22
- #define ngx_http_lua_version 10009
22
+ #define ngx_http_lua_version 10010
23
23
24
24
25
25
typedef struct {
You can’t perform that action at this time.
0 commit comments