diff --git a/src/emqx.app.src b/src/emqx.app.src index 1c6b05de4..66ab590ca 100644 --- a/src/emqx.app.src +++ b/src/emqx.app.src @@ -1,6 +1,11 @@ {application, emqx, [{id, "emqx"}, {description, "EMQ X"}, + %% Note: this version is not the same as the release version! This + %% is simply the emqx `application' version, which is separate from + %% the emqx `release' version, which in turn is comprised of several + %% apps, one of which is this. See `emqx_release.hrl' for more + %% info. {vsn, "4.3.14"}, % strict semver, bump manually! {modules, []}, {registered, []},