docs: add comment explaining application and release vsn discrepancy

This commit is contained in:
Thales Macedo Garitezi 2022-02-14 11:06:51 -03:00
parent b6e9043c49
commit 3f31df2297
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 5 additions and 0 deletions

View File

@ -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, []},