Skip to content

Commit 02a29f9

Browse files
committed
bump version
1 parent 7b8bd09 commit 02a29f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/resty/redis/connector.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ local default_disabled_commands = {
129129

130130

131131
local _M = {
132-
_VERSION = '0.09',
132+
_VERSION = '0.11.0',
133133
}
134134

135135
local mt = { __index = _M }

lib/resty/redis/sentinel.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010

1111

1212
local _M = {
13-
_VERSION = '0.09'
13+
_VERSION = '0.11.0'
1414
}
1515

1616

lua-resty-redis-connector-0.09-0.rockspec renamed to lua-resty-redis-connector-0.11.0-0.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-redis-connector"
2-
version = "0.09-0"
2+
version = "0.11.0-0"
33
source = {
44
url = "git://github.com/ledgetech/lua-resty-redis-connector",
5-
tag = "v0.09"
5+
tag = "v0.11.0"
66
}
77
description = {
88
summary = "Connection utilities for lua-resty-redis.",

0 commit comments

Comments
 (0)