From 646603e0048e82aa5de2c7b1f5414c136be3a229 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Fri, 21 Nov 2014 20:58:29 -0800 Subject: [PATCH] bumped version to 0.03. --- lib/resty/lrucache.lua | 2 +- lib/resty/lrucache/pureffi.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }