From acf6d6e9d83d983425e0735b696a721851336167 Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Wed, 18 Nov 2020 15:55:28 -0800 Subject: [PATCH] release: 2.5.0 --- lib/resty/mlcache.lua | 2 +- ...che-2.4.1-1.rockspec => lua-resty-mlcache-2.5.0-1.rockspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename lua-resty-mlcache-2.4.1-1.rockspec => lua-resty-mlcache-2.5.0-1.rockspec (97%) diff --git a/lib/resty/mlcache.lua b/lib/resty/mlcache.lua index 477552a13..de8eb7417 100644 --- a/lib/resty/mlcache.lua +++ b/lib/resty/mlcache.lua @@ -164,7 +164,7 @@ end local _M = { - _VERSION = "2.4.1", + _VERSION = "2.5.0", _AUTHOR = "Thibault Charbonnier", _LICENSE = "MIT", _URL = "https://github.com/thibaultcha/lua-resty-mlcache", diff --git a/lua-resty-mlcache-2.4.1-1.rockspec b/lua-resty-mlcache-2.5.0-1.rockspec similarity index 97% rename from lua-resty-mlcache-2.4.1-1.rockspec rename to lua-resty-mlcache-2.5.0-1.rockspec index 21367f217..857bf52d8 100644 --- a/lua-resty-mlcache-2.4.1-1.rockspec +++ b/lua-resty-mlcache-2.5.0-1.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-mlcache" -version = "2.4.1-1" +version = "2.5.0-1" source = { url = "git://github.com/thibaultcha/lua-resty-mlcache", - tag = "2.4.1" + tag = "2.5.0" } description = { summary = "Layered caching library for OpenResty",