Skip to content

Commit a6c6a4c

Browse files
committed
Version bump
1 parent 1cf1dd3 commit a6c6a4c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/resty/redis/connector.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ local default_disabled_commands = {
124124

125125

126126
local _M = {
127-
_VERSION = '0.04',
127+
_VERSION = '0.05',
128128
}
129129

130130
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.04'
13+
_VERSION = '0.05'
1414
}
1515

1616

lua-resty-redis-connector-0.04-0.rockspec renamed to lua-resty-redis-connector-0.05-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-redis-connector"
2-
version = "0.04-0"
2+
version = "0.05-0"
33
source = {
44
url = "git://github.com/pintsized/lua-resty-redis-connector",
5-
tag = "v0.04"
5+
tag = "v0.05"
66
}
77
description = {
88
summary = "Connection utilities for lua-resty-redis.",

0 commit comments

Comments
 (0)