Skip to content

Commit eba3e97

Browse files
author
Johnny Wang
authored
bumped version to 0.10. (#78)
1 parent 9e907f9 commit eba3e97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/resty/websocket/client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ then
3737
end
3838

3939
local _M = new_tab(0, 13)
40-
_M._VERSION = '0.09'
40+
_M._VERSION = '0.10'
4141

4242

4343
local mt = { __index = _M }

lib/resty/websocket/protocol.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ end
3434
local _M = new_tab(0, 5)
3535

3636
_M.new_tab = new_tab
37-
_M._VERSION = '0.09'
37+
_M._VERSION = '0.10'
3838

3939

4040
local types = {

lib/resty/websocket/server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ local tostring = tostring
2929

3030

3131
local _M = new_tab(0, 10)
32-
_M._VERSION = '0.09'
32+
_M._VERSION = '0.10'
3333

3434
local mt = { __index = _M }
3535

0 commit comments

Comments
 (0)