Skip to content

Commit 2d23bc4

Browse files
committed
bumped version to 0.10.17.
1 parent 9ab38e8 commit 2d23bc4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Version
6767
=======
6868

6969
This document describes ngx_lua
70-
[v0.10.16](https://github.com/openresty/lua-nginx-module/tags), which was released
71-
on 2 July, 2020.
70+
[v0.10.17](https://github.com/openresty/lua-nginx-module/tags), which was released
71+
on 3 July, 2020.
7272

7373
Synopsis
7474
========

doc/HttpLuaModule.wiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Production ready.
1515
= Version =
1616

1717
This document describes ngx_lua
18-
[https://github.com/openresty/lua-nginx-module/tags v0.10.16], which was released
19-
on 2 July, 2020.
18+
[https://github.com/openresty/lua-nginx-module/tags v0.10.17], which was released
19+
on 3 July, 2020.
2020

2121
= Synopsis =
2222
<geshi lang="nginx">

src/api/ngx_http_lua_api.h

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

2121

22-
#define ngx_http_lua_version 10016
22+
#define ngx_http_lua_version 10017
2323

2424

2525
typedef struct {

0 commit comments

Comments
 (0)