chore(appup): fix wrong version

This commit is contained in:
zhouzb 2021-11-18 14:39:46 +08:00
parent 3b25df9b47
commit b460172649
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{VSN, {VSN,
[ [
{"4.3.7", [ {"4.3.2", [
{apply, {application, stop, [emqx_auth_http]}}, {apply, {application, stop, [emqx_auth_http]}},
{load_module, emqx_auth_http_app, brutal_purge, soft_purge,[]}, {load_module, emqx_auth_http_app, brutal_purge, soft_purge,[]},
{load_module, emqx_auth_http_cli, brutal_purge, soft_purge,[]} {load_module, emqx_auth_http_cli, brutal_purge, soft_purge,[]}
@ -13,7 +13,7 @@
{<<".*">>, []} {<<".*">>, []}
], ],
[ [
{"4.3.7", [ {"4.3.2", [
{apply, {application, stop, [emqx_auth_http]}}, {apply, {application, stop, [emqx_auth_http]}},
{load_module, emqx_auth_http_app, brutal_purge, soft_purge,[]}, {load_module, emqx_auth_http_app, brutal_purge, soft_purge,[]},
{load_module, emqx_auth_http_cli, brutal_purge, soft_purge,[]} {load_module, emqx_auth_http_cli, brutal_purge, soft_purge,[]}