chore: pin emqx_conf to 0.17.0

This commit is contained in:
某文 2023-04-23 17:30:07 +08:00
parent e0fd861863
commit f96c1630e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_conf, [
{description, "EMQX configuration management"},
{vsn, "0.1.18"},
{vsn, "0.1.17"},
{registered, []},
{mod, {emqx_conf_app, []}},
{applications, [kernel, stdlib, emqx_ctl]},