summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.core.uri.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/resty.core.uri.lua')
-rw-r--r--meta/3rd/OpenResty/library/resty.core.uri.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/3rd/OpenResty/library/resty.core.uri.lua b/meta/3rd/OpenResty/library/resty.core.uri.lua
index 4eb5269c..3e2c3e51 100644
--- a/meta/3rd/OpenResty/library/resty.core.uri.lua
+++ b/meta/3rd/OpenResty/library/resty.core.uri.lua
@@ -1,4 +1,4 @@
---@meta
-resty_core_uri={}
-resty_core_uri.version="0.1.17"
+local resty_core_uri={}
+resty_core_uri.version = require("resty.core.base").version
return resty_core_uri \ No newline at end of file