Browse Source

chore: bump emqx_authn version

firest 2 years ago
parent
commit
6b2419998d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/emqx_authn/src/emqx_authn.app.src

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

@@ -1,7 +1,7 @@
 %% -*- mode: erlang -*-
 {application, emqx_authn, [
     {description, "EMQX Authentication"},
-    {vsn, "0.1.15"},
+    {vsn, "0.1.16"},
     {modules, []},
     {registered, [emqx_authn_sup, emqx_authn_registry]},
     {applications, [kernel, stdlib, emqx_resource, emqx_connector, ehttpc, epgsql, mysql, jose]},