@@ -3,7 +3,7 @@
{id, "emqx"},
{description, "EMQX Core"},
% strict semver, bump manually!
- {vsn, "5.0.20"},
+ {vsn, "5.0.21"},
{modules, []},
{registered, []},
{applications, [
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_bridge, [
{description, "EMQX bridges"},
- {vsn, "0.1.13"},
+ {vsn, "0.1.14"},
{registered, [emqx_bridge_sup]},
{mod, {emqx_bridge_app, []}},
@@ -2,7 +2,7 @@
{application, emqx_dashboard, [
{description, "EMQX Web Dashboard"},
- {vsn, "5.0.15"},
+ {vsn, "5.0.16"},
{registered, [emqx_dashboard_sup]},
{applications, [kernel, stdlib, mnesia, minirest, emqx, emqx_ctl]},
{application, emqx_gateway, [
{description, "The Gateway management application"},
{mod, {emqx_gateway_app, []}},
{applications, [kernel, stdlib, grpc, emqx, emqx_authn, emqx_ctl]},
{application, emqx_management, [
{description, "EMQX Management API and CLI"},
- {vsn, "5.0.16"},
+ {vsn, "5.0.17"},
{registered, [emqx_management_sup]},
{applications, [kernel, stdlib, emqx_plugins, minirest, emqx, emqx_ctl]},
{application, emqx_resource, [
{description, "Manager for all external resources"},
- {vsn, "0.1.10"},
+ {vsn, "0.1.11"},
{mod, {emqx_resource_app, []}},
{application, emqx_rule_engine, [
{description, "EMQX Rule Engine"},
- {vsn, "5.0.11"},
+ {vsn, "5.0.12"},
{registered, [emqx_rule_engine_sup, emqx_rule_engine]},
{applications, [kernel, stdlib, rulesql, getopt, emqx_ctl]},
@@ -1,6 +1,6 @@
{application, emqx_ee_bridge, [
{description, "EMQX Enterprise data bridges"},
- {vsn, "0.1.7"},
+ {vsn, "0.1.8"},
{registered, [emqx_ee_bridge_kafka_consumer_sup]},
kernel,
{application, emqx_ee_connector, [
{description, "EMQX Enterprise connectors"},