Skip to content

Commit 4b8743f

Browse files
committed
Version bump
1 parent 7d61a02 commit 4b8743f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/resty/redis/connector.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end
2020

2121

2222
local _M = {
23-
_VERSION = '0.02',
23+
_VERSION = '0.03',
2424
}
2525

2626
local mt = { __index = _M }

lib/resty/redis/sentinel.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99

1010

1111
local _M = {}
12-
_M._VERSION = 0.02
12+
_M._VERSION = 0.03
1313

1414

1515
function _M.get_master(sentinel, master_name)

0 commit comments

Comments
 (0)