fix(lwm2m): fix check emqx-lwm2m version

This commit is contained in:
Turtle 2021-05-13 09:27:18 +08:00 committed by turtleDeng
parent 85937e0007
commit 6ba1a525e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{application,emqx_lwm2m,
[{description,"EMQ X LwM2M Gateway"},
{vsn, "4.3.0"}, % strict semver, bump manually!
{vsn, "4.3.1"}, % strict semver, bump manually!
{modules,[]},
{registered,[emqx_lwm2m_sup]},
{applications,[kernel,stdlib,lwm2m_coap]},