From 84e36041331654742592fb514c05e096aa6efc26 Mon Sep 17 00:00:00 2001 From: James Hurst Date: Thu, 26 May 2016 16:35:47 +0100 Subject: [PATCH] Version bump --- lib/ledge/ledge.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ledge/ledge.lua b/lib/ledge/ledge.lua index dc815d68..d25402e4 100644 --- a/lib/ledge/ledge.lua +++ b/lib/ledge/ledge.lua @@ -165,7 +165,7 @@ end local _M = { - _VERSION = '1.21', + _VERSION = '1.22', ORIGIN_MODE_BYPASS = 1, -- Never go to the origin, serve from cache or 503. ORIGIN_MODE_AVOID = 2, -- Avoid the origin, serve from cache where possible.