mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-25 15:42:31 +02:00
14 lines
366 B
Diff
14 lines
366 B
Diff
diff --git a/lib/resty/lock.lua b/lib/resty/lock.lua
|
|
index 8dab49f..62e9278 100644
|
|
--- a/lib/resty/lock.lua
|
|
+++ b/lib/resty/lock.lua
|
|
@@ -14,7 +14,7 @@ local debug = ngx.config.debug
|
|
local setmetatable = setmetatable
|
|
local tonumber = tonumber
|
|
|
|
-local _M = { _VERSION = '0.08' }
|
|
+local _M = { _VERSION = '0.09' }
|
|
local mt = { __index = _M }
|
|
|
|
local ERR = ngx.ERR
|