diff --git a/lib/resty/lrucache.lua b/lib/resty/lrucache.lua index e454102..fe1ca5b 100644 --- a/lib/resty/lrucache.lua +++ b/lib/resty/lrucache.lua @@ -114,7 +114,7 @@ end -- true module stuffs local _M = { - _VERSION = '0.02' + _VERSION = '0.03' } local mt = { __index = _M } diff --git a/lib/resty/lrucache/pureffi.lua b/lib/resty/lrucache/pureffi.lua index b3a9ab7..7d7202e 100644 --- a/lib/resty/lrucache/pureffi.lua +++ b/lib/resty/lrucache/pureffi.lua @@ -190,7 +190,7 @@ end -- true module stuffs local _M = { - _VERSION = '0.02' + _VERSION = '0.03' } local mt = { __index = _M }