summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.core.worker.lua
diff options
context:
space:
mode:
authorMichael Martin <flrgh@protonmail.com>2021-12-21 17:42:10 -0800
committerMichael Martin <flrgh@protonmail.com>2021-12-21 17:42:10 -0800
commit72f6b2f920f16be027cc05bb4e189870c641817e (patch)
tree691e594f2029b1a7b47229e3446c2f80c63d8fc2 /meta/3rd/OpenResty/library/resty.core.worker.lua
parentec4f497aa2624d9dce29e1de0cfd28ecd85e7df3 (diff)
downloadlua-language-server-72f6b2f920f16be027cc05bb4e189870c641817e.zip
chore: update/cleanup resty.core.* annotations
Diffstat (limited to 'meta/3rd/OpenResty/library/resty.core.worker.lua')
-rw-r--r--meta/3rd/OpenResty/library/resty.core.worker.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/3rd/OpenResty/library/resty.core.worker.lua b/meta/3rd/OpenResty/library/resty.core.worker.lua
index 2e3120f1..92a8351c 100644
--- a/meta/3rd/OpenResty/library/resty.core.worker.lua
+++ b/meta/3rd/OpenResty/library/resty.core.worker.lua
@@ -1,4 +1,4 @@
---@meta
-resty_core_worker={}
-resty_core_worker._VERSION="0.1.17"
+local resty_core_worker={}
+resty_core_worker._VERSION = require("resty.core.base").version
return resty_core_worker \ No newline at end of file