chore: bump VSN and appup

This commit is contained in:
Erik Timan 2023-02-07 15:17:37 +01:00
parent c4c2f570ff
commit 8f4e390840
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_prometheus,
[{description, "Prometheus for EMQ X"},
{vsn, "4.3.1"}, % strict semver, bump manually!
{vsn, "4.3.2"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_prometheus_sup]},
{applications, [kernel,stdlib,prometheus]},

View File

@ -1,9 +1,9 @@
%% -*- mode: erlang -*-
%% Unless you know what you are doing, DO NOT edit manually!!
{VSN,
[{"4.3.0",
[{load_module,emqx_prometheus,brutal_purge,soft_purge,[]}]},
[{"4.3.1",[{load_module,emqx_prometheus,brutal_purge,soft_purge,[]}]},
{"4.3.0",[{load_module,emqx_prometheus,brutal_purge,soft_purge,[]}]},
{<<".*">>,[]}],
[{"4.3.0",
[{load_module,emqx_prometheus,brutal_purge,soft_purge,[]}]},
[{"4.3.1",[{load_module,emqx_prometheus,brutal_purge,soft_purge,[]}]},
{"4.3.0",[{load_module,emqx_prometheus,brutal_purge,soft_purge,[]}]},
{<<".*">>,[]}]}.