chore(appup): supply the appup instructions

This commit is contained in:
JianBo He 2021-05-11 09:39:23 +08:00 committed by Yudai Kiyofuji
parent 02d9740d14
commit 13257be6b6
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
%% -*-: erlang -*-
{VSN,
[
{"4.3.0", [
{load_module, emqx_lwm2m_protocol, brutal_purge, soft_purge, []}
]},
{<<".*">>, []}
],
[
{"4.3.0", [
{load_module, emqx_lwm2m_protocol, brutal_purge, soft_purge, []}
]},
{<<".*">>, []}
]
}.