chore: bump VSN and appup
This commit is contained in:
parent
c4c2f570ff
commit
8f4e390840
|
@ -1,6 +1,6 @@
|
||||||
{application, emqx_prometheus,
|
{application, emqx_prometheus,
|
||||||
[{description, "Prometheus for EMQ X"},
|
[{description, "Prometheus for EMQ X"},
|
||||||
{vsn, "4.3.1"}, % strict semver, bump manually!
|
{vsn, "4.3.2"}, % strict semver, bump manually!
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, [emqx_prometheus_sup]},
|
{registered, [emqx_prometheus_sup]},
|
||||||
{applications, [kernel,stdlib,prometheus]},
|
{applications, [kernel,stdlib,prometheus]},
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
%% -*- mode: erlang -*-
|
%% -*- mode: erlang -*-
|
||||||
%% Unless you know what you are doing, DO NOT edit manually!!
|
%% Unless you know what you are doing, DO NOT edit manually!!
|
||||||
{VSN,
|
{VSN,
|
||||||
[{"4.3.0",
|
[{"4.3.1",[{load_module,emqx_prometheus,brutal_purge,soft_purge,[]}]},
|
||||||
[{load_module,emqx_prometheus,brutal_purge,soft_purge,[]}]},
|
{"4.3.0",[{load_module,emqx_prometheus,brutal_purge,soft_purge,[]}]},
|
||||||
{<<".*">>,[]}],
|
{<<".*">>,[]}],
|
||||||
[{"4.3.0",
|
[{"4.3.1",[{load_module,emqx_prometheus,brutal_purge,soft_purge,[]}]},
|
||||||
[{load_module,emqx_prometheus,brutal_purge,soft_purge,[]}]},
|
{"4.3.0",[{load_module,emqx_prometheus,brutal_purge,soft_purge,[]}]},
|
||||||
{<<".*">>,[]}]}.
|
{<<".*">>,[]}]}.
|
||||||
|
|
Loading…
Reference in New Issue