chore(upgrade): add upgrade script

This commit is contained in:
zhouzb 2021-03-25 13:55:30 +08:00 committed by Rory Z
parent 198da2c688
commit b0ad39376c
2 changed files with 4 additions and 0 deletions

BIN
rebar3 Executable file

Binary file not shown.

View File

@ -8,6 +8,10 @@
end,
{VSN,
[
{"4.2.9", [
{load_module, emqx_connection, brutal_purge, soft_purge, []},
{load_module, emqx_ws_connection, brutal_purge, soft_purge, []}
]},
{<<"4.2.[34567]">>, [
{load_module, emqx_frame, brutal_purge, soft_purge, []}
]},