Skip to content

Commit 5400587

Browse files
feature: bumped to version v0.13.
1 parent 83471c3 commit 5400587

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
@@ -38,7 +38,7 @@ then
3838
end
3939

4040
local _M = new_tab(0, 13)
41-
_M._VERSION = '0.12'
41+
_M._VERSION = '0.13'
4242

4343

4444
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.12'
37+
_M._VERSION = '0.13'
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.12'
32+
_M._VERSION = '0.13'
3333

3434
local mt = { __index = _M }
3535

0 commit comments

Comments
 (0)