Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pintsized committed Dec 9, 2015
1 parent 7d61a02 commit 4b8743f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/resty/redis/connector.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ end


local _M = {
_VERSION = '0.02',
_VERSION = '0.03',
}

local mt = { __index = _M }
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/redis/sentinel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end


local _M = {}
_M._VERSION = 0.02
_M._VERSION = 0.03


function _M.get_master(sentinel, master_name)
Expand Down

0 comments on commit 4b8743f

Please sign in to comment.