Skip to content

Commit 146f45b

Browse files
committed
Version bump
1 parent ebaa82e commit 146f45b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/resty/redis/connector.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end
2020

2121

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

2626
local mt = { __index = _M }

lib/resty/redis/sentinel.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99

1010

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

1414

1515
function _M.get_master(sentinel, master_name)

0 commit comments

Comments
 (0)