chore(appup): fix wrong version
This commit is contained in:
parent
3b25df9b47
commit
b460172649
|
@ -2,7 +2,7 @@
|
|||
|
||||
{VSN,
|
||||
[
|
||||
{"4.3.7", [
|
||||
{"4.3.2", [
|
||||
{apply, {application, stop, [emqx_auth_http]}},
|
||||
{load_module, emqx_auth_http_app, 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]}},
|
||||
{load_module, emqx_auth_http_app, brutal_purge, soft_purge,[]},
|
||||
{load_module, emqx_auth_http_cli, brutal_purge, soft_purge,[]}
|
||||
|
|
Loading…
Reference in New Issue