Skip to content

Commit 1ab55f6

Browse files
committed
v2.1.1
1 parent 2746140 commit 1ab55f6

27 files changed

Lines changed: 27 additions & 27 deletions

lib/ledge.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ local redis_connector = require("resty.redis.connector")
1515

1616

1717
local _M = {
18-
_VERSION = "2.1.0",
18+
_VERSION = "2.1.1",
1919

2020
ORIGIN_MODE_BYPASS = 1, -- Never go to the origin, serve from cache or 503
2121
ORIGIN_MODE_AVOID = 2, -- Avoid the origin, serve from cache where possible

lib/ledge/background.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local math_ceil = math.ceil
33
local qless = require("resty.qless")
44

55
local _M = {
6-
_VERSION = "2.1.0",
6+
_VERSION = "2.1.1",
77
}
88

99
local function put_background_job( queue, klass, data, options)

lib/ledge/cache_key.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ local get_fixed_field_metatable_proxy =
1919

2020

2121
local _M = {
22-
_VERSION = "2.1.0",
22+
_VERSION = "2.1.1",
2323
}
2424

2525

lib/ledge/collapse.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local _M = {
2-
_VERSION = "2.1.0",
2+
_VERSION = "2.1.1",
33
}
44

55
-- Attempts to set a lock key in redis. The lock will expire after

lib/ledge/esi.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ local ngx_ERR = ngx.ERR
1919

2020

2121
local _M = {
22-
_VERSION = "2.1.0",
22+
_VERSION = "2.1.1",
2323
}
2424

2525

lib/ledge/esi/processor_1_0.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ local get_fixed_field_metatable_proxy =
3333

3434

3535
local _M = {
36-
_VERSION = "2.1.0",
36+
_VERSION = "2.1.1",
3737
}
3838

3939

lib/ledge/esi/tag_parser.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local get_fixed_field_metatable_proxy =
1313

1414

1515
local _M = {
16-
_VERSION = "2.1.0",
16+
_VERSION = "2.1.1",
1717
}
1818

1919

lib/ledge/gzip.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local zlib = require("ffi-zlib")
88

99

1010
local _M = {
11-
_VERSION = "2.1.0",
11+
_VERSION = "2.1.1",
1212
}
1313

1414

lib/ledge/handler.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ local response = require("ledge.response")
5252

5353

5454
local _M = {
55-
_VERSION = "2.1.0",
55+
_VERSION = "2.1.1",
5656
}
5757

5858

lib/ledge/header_util.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local tbl_concat = table.concat
77

88

99
local _M = {
10-
_VERSION = "2.1.0"
10+
_VERSION = "2.1.1"
1111
}
1212

1313
local mt = {

0 commit comments

Comments
 (0)