Skip to content

Commit

Permalink
bumped version to 0.08.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocang authored and doujiang24 committed Oct 10, 2020
1 parent d975b9e commit d565794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/resty/websocket/protocol.lua
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/websocket/server.lua
Expand Up @@ -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 }

Expand Down

0 comments on commit d565794

Please sign in to comment.