Skip to content

Commit 89dbf1f

Browse files
committed
Bump version - 0.07
1 parent 56a3fa8 commit 89dbf1f

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
@@ -123,7 +123,7 @@ local default_disabled_commands = {
123123

124124

125125
local _M = {
126-
_VERSION = '0.06',
126+
_VERSION = '0.07',
127127
}
128128

129129
local mt = { __index = _M }

lib/resty/redis/sentinel.lua

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

1111

1212
local _M = {
13-
_VERSION = '0.06'
13+
_VERSION = '0.07'
1414
}
1515

1616

0 commit comments

Comments
 (0)