File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Production ready.
6262Version
6363=======
6464
65- This document describes ngx_lua [ v0.10.0 ] ( https://github.com/openresty/lua-nginx-module/tags ) released on 11 January 2016.
65+ This document describes ngx_lua [ v0.10.1 ] ( https://github.com/openresty/lua-nginx-module/tags ) released on 8 March 2016.
6666
6767Synopsis
6868========
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Production ready.
1010
1111= Version =
1212
13- This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.0 ] released on 11 January 2016.
13+ This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.1 ] released on 8 March 2016.
1414
1515= Synopsis =
1616<geshi lang="nginx">
@@ -75,7 +75,7 @@ This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/t
7575 ngx.say("status: ", res.status)
7676 ngx.say("body:")
7777 ngx.print(res.body)
78- end';
78+ end
7979 }
8080 }
8181
You can’t perform that action at this time.
0 commit comments