Skip to content

Commit acf6d6e

Browse files
committed
release: 2.5.0
1 parent 23662c9 commit acf6d6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/resty/mlcache.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ end
164164

165165

166166
local _M = {
167-
_VERSION = "2.4.1",
167+
_VERSION = "2.5.0",
168168
_AUTHOR = "Thibault Charbonnier",
169169
_LICENSE = "MIT",
170170
_URL = "https://github.com/thibaultcha/lua-resty-mlcache",

lua-resty-mlcache-2.4.1-1.rockspec renamed to lua-resty-mlcache-2.5.0-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-mlcache"
2-
version = "2.4.1-1"
2+
version = "2.5.0-1"
33
source = {
44
url = "git://github.com/thibaultcha/lua-resty-mlcache",
5-
tag = "2.4.1"
5+
tag = "2.5.0"
66
}
77
description = {
88
summary = "Layered caching library for OpenResty",

0 commit comments

Comments
 (0)