chore(exhook): update appup.src

This commit is contained in:
JianBo He 2021-11-08 11:11:37 +08:00 committed by JianBo He
parent ef2a5c1dc7
commit 012c741592
2 changed files with 13 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_exhook, {application, emqx_exhook,
[{description, "EMQ X Extension for Hook"}, [{description, "EMQ X Extension for Hook"},
{vsn, "4.3.4"}, {vsn, "4.3.5"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{mod, {emqx_exhook_app, []}}, {mod, {emqx_exhook_app, []}},

View File

@ -1,15 +1,17 @@
%% -*-: erlang -*- %% -*-: erlang -*-
{VSN, {VSN,
[ [{"4.3.4",
{<<"4.3.[0-3]">>, [ [{load_module,emqx_exhook_pb,brutal_purge,soft_purge,[]},
{restart_application, emqx_exhook} {load_module,emqx_exhook_handler,brutal_purge,soft_purge,[emqx_exhook_pb]}]},
]}, {<<"4\\.3\\.[0-3]+">>,
[{restart_application,emqx_exhook}]},
{<<".*">>, []} {<<".*">>, []}
], ],
[ [{"4.3.4",
{<<"4.3.[0-3]">>, [ [{load_module,emqx_exhook_pb,brutal_purge,soft_purge,[]},
{restart_application, emqx_exhook} {load_module,emqx_exhook_handler,brutal_purge,soft_purge,[emqx_exhook_pb]}]},
]}, {<<"4\\.3\\.[0-3]+">>,
[{restart_application,emqx_exhook}]},
{<<".*">>, []} {<<".*">>, []}
] ]
}. }.