From c2f14c745b1742dffc3e90d89a935ff5a3ed5c4a Mon Sep 17 00:00:00 2001 From: zhouzb Date: Mon, 24 May 2021 11:38:32 +0800 Subject: [PATCH] chore(app vsn): update app vsn --- apps/emqx_authentication/src/emqx_authentication.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_authentication/src/emqx_authentication.app.src b/apps/emqx_authentication/src/emqx_authentication.app.src index e94f131ec..4f55ca0a7 100644 --- a/apps/emqx_authentication/src/emqx_authentication.app.src +++ b/apps/emqx_authentication/src/emqx_authentication.app.src @@ -1,6 +1,6 @@ {application, emqx_authentication, [{description, "EMQ X Authentication"}, - {vsn, "4.3.0"}, + {vsn, "0.1.0"}, {modules, []}, {registered, [emqx_authentication_sup, emqx_authentication_registry]}, {applications, [kernel,stdlib]},