Skip to content

Commit b4d0aed

Browse files
committed
release: 2.7.0
1 parent 0e5eb9c commit b4d0aed

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
@@ -174,7 +174,7 @@ end
174174

175175

176176
local _M = {
177-
_VERSION = "2.6.1",
177+
_VERSION = "2.7.0",
178178
_AUTHOR = "Thibault Charbonnier",
179179
_LICENSE = "MIT",
180180
_URL = "https://github.com/thibaultcha/lua-resty-mlcache",

lua-resty-mlcache-2.6.1-1.rockspec renamed to lua-resty-mlcache-2.7.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.6.1-1"
2+
version = "2.7.0-1"
33
source = {
44
url = "git+https://github.com/thibaultcha/lua-resty-mlcache",
5-
tag = "2.6.1"
5+
tag = "2.7.0"
66
}
77
description = {
88
summary = "Layered caching library for OpenResty",

0 commit comments

Comments
 (0)