diff --git a/lib/ledge/ledge.lua b/lib/ledge/ledge.lua index 5858177b..3339c3bf 100644 --- a/lib/ledge/ledge.lua +++ b/lib/ledge/ledge.lua @@ -164,7 +164,7 @@ end local _M = { - _VERSION = '1.12', + _VERSION = '1.13', 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.