17 lines
595 B
Erlang
17 lines
595 B
Erlang
%% -*- mode: erlang -*-
|
|
{VSN,
|
|
[{"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,[]}]},
|
|
{<<"4.3.[0-1]">>,
|
|
[{restart_application,emqx_auth_http}]},
|
|
{<<".*">>,[]}],
|
|
[{"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,[]}]},
|
|
{<<"4.3.[0-1]">>,
|
|
[{restart_application,emqx_auth_http}]},
|
|
{<<".*">>,[]}]}.
|