We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e907f9 commit eba3e97Copy full SHA for eba3e97
lib/resty/websocket/client.lua
@@ -37,7 +37,7 @@ then
37
end
38
39
local _M = new_tab(0, 13)
40
-_M._VERSION = '0.09'
+_M._VERSION = '0.10'
41
42
43
local mt = { __index = _M }
lib/resty/websocket/protocol.lua
@@ -34,7 +34,7 @@ end
34
local _M = new_tab(0, 5)
35
36
_M.new_tab = new_tab
local types = {
lib/resty/websocket/server.lua
@@ -29,7 +29,7 @@ local tostring = tostring
29
30
31
local _M = new_tab(0, 10)
32
33
0 commit comments