fix: bump emqx_dashboard to 5.0.4

This commit is contained in:
Shawn 2022-08-12 00:24:58 +08:00
parent a05cc20db7
commit c3c4ed02b4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{application, emqx_dashboard, [
{description, "EMQX Web Dashboard"},
% strict semver, bump manually!
{vsn, "5.0.3"},
{vsn, "5.0.4"},
{modules, []},
{registered, [emqx_dashboard_sup]},
{applications, [kernel, stdlib, mnesia, minirest, emqx]},

View File

@ -45,7 +45,7 @@ emqx_resource_schema {
async_inflight_window {
desc {
en: """Async queyr inflight window."""
en: """Async query inflight window."""
zh: """异步请求飞行队列窗口大小"""
}
label {