Skip to content

Commit

Permalink
release: 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jan 17, 2020
1 parent 27b85c0 commit 0f3307c
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 @@ -164,7 +164,7 @@ end


local _M = {
_VERSION = "2.4.0",
_VERSION = "2.4.1",
_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.4.0-1"
version = "2.4.1-1"
source = {
url = "git://github.com/thibaultcha/lua-resty-mlcache",
tag = "2.4.0"
tag = "2.4.1"
}
description = {
summary = "Layered caching library for OpenResty",
Expand Down

0 comments on commit 0f3307c

Please sign in to comment.