Skip to content

Commit d565794

Browse files
xiaocangdoujiang24
authored andcommitted
bumped version to 0.08.
1 parent d975b9e commit d565794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.07'
37+
_M._VERSION = '0.08'
3838

3939

4040
local types = {

lib/resty/websocket/server.lua

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

2828

2929
local _M = new_tab(0, 10)
30-
_M._VERSION = '0.07'
30+
_M._VERSION = '0.08'
3131

3232
local mt = { __index = _M }
3333

0 commit comments

Comments
 (0)