emqx_plugin_libs.appup.src 205 B

12345678910111213
  1. %% -*- mode: erlang -*-
  2. {VSN,
  3. [ {"4.3.0",
  4. [ {add_module, emqx_plugin_libs_pool}
  5. ]},
  6. {<<".*">>, []}
  7. ],
  8. [ {"4.3.0",
  9. [ {delete_module, emqx_plugin_libs_pool}
  10. ]},
  11. {<<".*">>, []}
  12. ]
  13. }.