diff --git a/lib/resty/mlcache.lua b/lib/resty/mlcache.lua index edacfbea..4b59ef9b 100644 --- a/lib/resty/mlcache.lua +++ b/lib/resty/mlcache.lua @@ -174,7 +174,7 @@ end local _M = { - _VERSION = "2.6.1", + _VERSION = "2.7.0", _AUTHOR = "Thibault Charbonnier", _LICENSE = "MIT", _URL = "https://github.com/thibaultcha/lua-resty-mlcache", diff --git a/lua-resty-mlcache-2.6.1-1.rockspec b/lua-resty-mlcache-2.7.0-1.rockspec similarity index 97% rename from lua-resty-mlcache-2.6.1-1.rockspec rename to lua-resty-mlcache-2.7.0-1.rockspec index f0c6b6b8..c6e6cfd3 100644 --- a/lua-resty-mlcache-2.6.1-1.rockspec +++ b/lua-resty-mlcache-2.7.0-1.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-mlcache" -version = "2.6.1-1" +version = "2.7.0-1" source = { url = "git+https://github.com/thibaultcha/lua-resty-mlcache", - tag = "2.6.1" + tag = "2.7.0" } description = { summary = "Layered caching library for OpenResty",