Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pintsized committed Sep 21, 2015
1 parent 7b84307 commit 209acdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ledge/ledge.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ end


local _M = {
_VERSION = '1.10',
_VERSION = '1.11',

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.
Expand Down Expand Up @@ -1259,7 +1259,7 @@ _M.actions = {
install_range_filter = function(self)
local res = self:get_response()
res.body_reader = self:filter_body_reader(
"range_request_filter",
"range_request_filter",
self:get_range_request_filter(res.body_reader)
)
end,
Expand Down

0 comments on commit 209acdf

Please sign in to comment.