diff --git a/config.hjson b/config.hjson index acd99b3..4421f48 100644 --- a/config.hjson +++ b/config.hjson @@ -1,5 +1,5 @@ { - version: 0.32.0-dev.16 + version: 0.32.0-dev.17 global_modules: false //disables global modules loading (only looks up for modules in cwd) minify: true compress: true diff --git a/deps/lua-corehttp b/deps/lua-corehttp index 3c41f0b..86bc729 160000 --- a/deps/lua-corehttp +++ b/deps/lua-corehttp @@ -1 +1 @@ -Subproject commit 3c41f0b73cf2727b3bea384806f45697697675cd +Subproject commit 86bc7296e9fd66aa4f059d931a874be8f67a538d diff --git a/lib/init.lua b/lib/init.lua index ad69bc0..2bf525e 100644 --- a/lib/init.lua +++ b/lib/init.lua @@ -1,5 +1,5 @@ -ELI_LIB_VERSION = '0.32.0-dev.16' -ELI_VERSION = '0.32.0-dev.16' +ELI_LIB_VERSION = '0.32.0-dev.17' +ELI_VERSION = '0.32.0-dev.17' do local path = require"eli.path" local _eos = require"eli.os"