Skip to content

Commit 28d13be

Browse files
committed
bumped version to 0.04.
1 parent 86e502d commit 28d13be

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
@@ -29,7 +29,7 @@ local ngx_DEBUG = ngx.DEBUG
2929

3030

3131
local _M = new_tab(0, 13)
32-
_M._VERSION = '0.03'
32+
_M._VERSION = '0.04'
3333

3434

3535
local mt = { __index = _M }

lib/resty/websocket/protocol.lua

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

3333
_M.new_tab = new_tab
34-
_M._VERSION = '0.03'
34+
_M._VERSION = '0.04'
3535

3636

3737
local types = {

lib/resty/websocket/server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ local setmetatable = setmetatable
2626

2727

2828
local _M = new_tab(0, 10)
29-
_M._VERSION = '0.03'
29+
_M._VERSION = '0.04'
3030

3131
local mt = { __index = _M }
3232

0 commit comments

Comments
 (0)