From d565794524cf9c42a41ed3f1a9848825d24b181f Mon Sep 17 00:00:00 2001 From: jiahao Date: Sat, 10 Oct 2020 18:21:13 +0800 Subject: [PATCH] bumped version to 0.08. --- lib/resty/websocket/protocol.lua | 2 +- lib/resty/websocket/server.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/resty/websocket/protocol.lua b/lib/resty/websocket/protocol.lua index b23a433..0d75b55 100644 --- a/lib/resty/websocket/protocol.lua +++ b/lib/resty/websocket/protocol.lua @@ -34,7 +34,7 @@ end local _M = new_tab(0, 5) _M.new_tab = new_tab -_M._VERSION = '0.07' +_M._VERSION = '0.08' local types = { diff --git a/lib/resty/websocket/server.lua b/lib/resty/websocket/server.lua index edb9718..c56f07b 100644 --- a/lib/resty/websocket/server.lua +++ b/lib/resty/websocket/server.lua @@ -27,7 +27,7 @@ local tostring = tostring local _M = new_tab(0, 10) -_M._VERSION = '0.07' +_M._VERSION = '0.08' local mt = { __index = _M }