Skip to content

Commit

Permalink
release: 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Feb 9, 2024
1 parent 0e5eb9c commit b4d0aed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/resty/mlcache.lua
Expand Up @@ -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",
Expand Down
@@ -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",
Expand Down

0 comments on commit b4d0aed

Please sign in to comment.