diff options
author | Michael Martin <flrgh@protonmail.com> | 2021-12-21 17:42:10 -0800 |
---|---|---|
committer | Michael Martin <flrgh@protonmail.com> | 2021-12-21 17:42:10 -0800 |
commit | 72f6b2f920f16be027cc05bb4e189870c641817e (patch) | |
tree | 691e594f2029b1a7b47229e3446c2f80c63d8fc2 /meta/3rd/OpenResty/library/resty.core.worker.lua | |
parent | ec4f497aa2624d9dce29e1de0cfd28ecd85e7df3 (diff) | |
download | lua-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.lua | 4 |
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 |