chore(emqx): bump app version to 5.0.0

This commit is contained in:
Zaiming Shi 2021-06-05 18:28:24 +02:00
parent 13b7dcef4b
commit 7da34b80e5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{application, emqx,
[{id, "emqx"},
{description, "EMQ X"},
{vsn, "4.3.3"}, % strict semver, bump manually!
{vsn, "5.0.0"}, % strict semver, bump manually!
{modules, []},
{registered, []},
{applications, [kernel,stdlib,gproc,gen_rpc,esockd,cowboy,sasl,os_mon]},