Skip to content

Commit 1af1f50

Browse files
authored
bumped version to 0.09. (#67)
1 parent 9908732 commit 1af1f50

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
@@ -36,7 +36,7 @@ then
3636
end
3737

3838
local _M = new_tab(0, 13)
39-
_M._VERSION = '0.08'
39+
_M._VERSION = '0.09'
4040

4141

4242
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.08'
37+
_M._VERSION = '0.09'
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.08'
30+
_M._VERSION = '0.09'
3131

3232
local mt = { __index = _M }
3333

0 commit comments

Comments
 (0)