Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pintsized committed Jul 13, 2021
1 parent 7b8bd09 commit 02a29f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/resty/redis/connector.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ local default_disabled_commands = {


local _M = {
_VERSION = '0.09',
_VERSION = '0.11.0',
}

local mt = { __index = _M }
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/redis/sentinel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end


local _M = {
_VERSION = '0.09'
_VERSION = '0.11.0'
}


Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-redis-connector"
version = "0.09-0"
version = "0.11.0-0"
source = {
url = "git://github.com/ledgetech/lua-resty-redis-connector",
tag = "v0.09"
tag = "v0.11.0"
}
description = {
summary = "Connection utilities for lua-resty-redis.",
Expand Down

0 comments on commit 02a29f9

Please sign in to comment.