chore(appup): update appup version
This commit is contained in:
parent
c1e47fd147
commit
897f862d29
|
@ -6,8 +6,9 @@
|
||||||
4 -> % arch_32
|
4 -> % arch_32
|
||||||
{1000, cuttlefish_bytesize:parse("32MB")}
|
{1000, cuttlefish_bytesize:parse("32MB")}
|
||||||
end,
|
end,
|
||||||
{"4.2.3",
|
{VSN,
|
||||||
[
|
[
|
||||||
|
{<<".*">>, []},
|
||||||
{"4.2.2", [
|
{"4.2.2", [
|
||||||
{load_module, emqx_metrics, brutal_purge, soft_purge, []}
|
{load_module, emqx_metrics, brutal_purge, soft_purge, []}
|
||||||
]},
|
]},
|
||||||
|
@ -29,6 +30,7 @@
|
||||||
]}
|
]}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
{<<".*">>, []},
|
||||||
{"4.2.2", [
|
{"4.2.2", [
|
||||||
{load_module, emqx_metrics, brutal_purge, soft_purge, []}
|
{load_module, emqx_metrics, brutal_purge, soft_purge, []}
|
||||||
]},
|
]},
|
||||||
|
|
Loading…
Reference in New Issue