From b46017264985fca4876aea73e8f9a4538ee3fb33 Mon Sep 17 00:00:00 2001 From: zhouzb Date: Thu, 18 Nov 2021 14:39:46 +0800 Subject: [PATCH] chore(appup): fix wrong version --- apps/emqx_auth_http/src/emqx_auth_http.appup.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx_auth_http/src/emqx_auth_http.appup.src b/apps/emqx_auth_http/src/emqx_auth_http.appup.src index 67f9b235e..8ebc195dd 100644 --- a/apps/emqx_auth_http/src/emqx_auth_http.appup.src +++ b/apps/emqx_auth_http/src/emqx_auth_http.appup.src @@ -2,7 +2,7 @@ {VSN, [ - {"4.3.7", [ + {"4.3.2", [ {apply, {application, stop, [emqx_auth_http]}}, {load_module, emqx_auth_http_app, brutal_purge, soft_purge,[]}, {load_module, emqx_auth_http_cli, brutal_purge, soft_purge,[]} @@ -13,7 +13,7 @@ {<<".*">>, []} ], [ - {"4.3.7", [ + {"4.3.2", [ {apply, {application, stop, [emqx_auth_http]}}, {load_module, emqx_auth_http_app, brutal_purge, soft_purge,[]}, {load_module, emqx_auth_http_cli, brutal_purge, soft_purge,[]}