fix(emqx_mgmt): support v4.4 data export

This commit is contained in:
Zaiming Shi 2021-11-08 23:11:32 +01:00
parent fec83590a6
commit 9ea5c5e58d
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@
-define(ERROR14, 114). %% OldPassword error -define(ERROR14, 114). %% OldPassword error
-define(ERROR15, 115). %% bad topic -define(ERROR15, 115). %% bad topic
-define(VERSIONS, ["4.0", "4.1", "4.2", "4.3"]). -define(VERSIONS, ["4.0", "4.1", "4.2", "4.3", "4.4"]).