chore(exhook): bump version

This commit is contained in:
JianBo He 2021-08-03 09:56:38 +08:00
parent d7322aff19
commit 82321da7ad
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_exhook, {application, emqx_exhook,
[{description, "EMQ X Extension for Hook"}, [{description, "EMQ X Extension for Hook"},
{vsn, "4.3.3"}, {vsn, "5.0.0"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{mod, {emqx_exhook_app, []}}, {mod, {emqx_exhook_app, []}},

View File

@ -20,8 +20,6 @@
-include("emqx_exhook.hrl"). -include("emqx_exhook.hrl").
-emqx_plugin(extension).
-define(CNTER, emqx_exhook_counter). -define(CNTER, emqx_exhook_counter).
-export([ start/2 -export([ start/2