chore: update app version && reboot_lists

This commit is contained in:
firest 2023-07-24 18:41:28 +08:00
parent 9f200120c2
commit 8439ce0e84
5 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
{application, emqx, [ {application, emqx, [
{id, "emqx"}, {id, "emqx"},
{description, "EMQX Core"}, {description, "EMQX Core"},
{vsn, "5.1.2"}, {vsn, "5.1.3"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [ {applications, [

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang -*- %% -*- mode: erlang -*-
{application, emqx_bridge, [ {application, emqx_bridge, [
{description, "EMQX bridges"}, {description, "EMQX bridges"},
{vsn, "0.1.23"}, {vsn, "0.1.24"},
{registered, [emqx_bridge_sup]}, {registered, [emqx_bridge_sup]},
{mod, {emqx_bridge_app, []}}, {mod, {emqx_bridge_app, []}},
{applications, [ {applications, [

View File

@ -6,7 +6,6 @@
kernel, kernel,
stdlib, stdlib,
emqx_resource, emqx_resource,
emqx_bridge,
greptimedb greptimedb
]}, ]},
{env, []}, {env, []},

View File

@ -85,6 +85,7 @@
emqx_bridge_opents, emqx_bridge_opents,
emqx_bridge_clickhouse, emqx_bridge_clickhouse,
emqx_bridge_dynamo, emqx_bridge_dynamo,
emqx_bridge_greptimedb,
emqx_bridge_hstreamdb, emqx_bridge_hstreamdb,
emqx_bridge_influxdb, emqx_bridge_influxdb,
emqx_bridge_iotdb, emqx_bridge_iotdb,

View File

@ -3,7 +3,7 @@
{id, "emqx_machine"}, {id, "emqx_machine"},
{description, "The EMQX Machine"}, {description, "The EMQX Machine"},
% strict semver, bump manually! % strict semver, bump manually!
{vsn, "0.2.8"}, {vsn, "0.2.9"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [kernel, stdlib, emqx_ctl]}, {applications, [kernel, stdlib, emqx_ctl]},