Jelajahi Sumber

Merge pull request #10245 from lafirest/chore/bump_plugin

chore: bump emqx_plugin_libs.app.src
lafirest 2 tahun lalu
induk
melakukan
4e909e4ece
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      apps/emqx_plugin_libs/src/emqx_plugin_libs.app.src

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

@@ -1,7 +1,7 @@
 %% -*- mode: erlang -*-
 {application, emqx_plugin_libs, [
     {description, "EMQX Plugin utility libs"},
-    {vsn, "4.3.7"},
+    {vsn, "4.3.8"},
     {modules, []},
     {applications, [kernel, stdlib]},
     {env, []}