Merge pull request #6490 from terry-xiaoyu/update_vsn

This commit is contained in:
JianBo He 2021-12-20 22:10:02 +08:00 committed by GitHub
commit b972c2aec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{deps, {deps,
[ [
{gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.3.2"}}} {gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.4.2"}}}
]}. ]}.

View File

@ -1,6 +1,6 @@
{application, emqx_dashboard, {application, emqx_dashboard,
[{description, "EMQ X Web Dashboard"}, [{description, "EMQ X Web Dashboard"},
{vsn, "4.3.7"}, % strict semver, bump manually! {vsn, "4.3.8"}, % strict semver, bump manually!
{modules, []}, {modules, []},
{registered, [emqx_dashboard_sup]}, {registered, [emqx_dashboard_sup]},
{applications, [kernel,stdlib,mnesia,minirest]}, {applications, [kernel,stdlib,mnesia,minirest]},