chore: correct the application vsn
This commit is contained in:
parent
7bd5579980
commit
d76ed585b0
|
@ -1,6 +1,6 @@
|
||||||
{application, emqx_gateway_ocpp, [
|
{application, emqx_gateway_ocpp, [
|
||||||
{description, "OCPP-J 1.6 Gateway for EMQX"},
|
{description, "OCPP-J 1.6 Gateway for EMQX"},
|
||||||
{vsn, "5.0.0"},
|
{vsn, "0.1.0"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib, jesse, emqx, emqx_gateway]},
|
{applications, [kernel, stdlib, jesse, emqx, emqx_gateway]},
|
||||||
{env, []},
|
{env, []},
|
||||||
|
|
Loading…
Reference in New Issue