Parcourir la source

chore(version): skip the version occupied by enterprise

zhouzb il y a 4 ans
Parent
commit
e5f30a4d28
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      apps/emqx_web_hook/src/emqx_web_hook.app.src

+ 1 - 1
apps/emqx_web_hook/src/emqx_web_hook.app.src

@@ -1,6 +1,6 @@
 {application, emqx_web_hook,
  [{description, "EMQ X WebHook Plugin"},
-  {vsn, "4.3.6"}, % strict semver, bump manually!
+  {vsn, "4.3.7"}, % strict semver, bump manually!
   {modules, []},
   {registered, [emqx_web_hook_sup]},
   {applications, [kernel,stdlib,ehttpc]},