Merge pull request #6709 from JimMoen/fix-mgmt-appup

chore(appup): app version updated after last tag
This commit is contained in:
JianBo He 2022-01-12 11:18:20 +08:00 committed by GitHub
commit c52db52cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_management,
[{description, "EMQ X Management API and CLI"},
{vsn, "4.3.11"}, % strict semver, bump manually!
{vsn, "4.3.10"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_management_sup]},
{applications, [kernel,stdlib,minirest]},