Forráskód Böngészése

chore: bump app vsn for emqx_gateway to 0.1.3

Zaiming (Stone) Shi 3 éve
szülő
commit
dd8bcd80cb
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      apps/emqx_gateway/src/emqx_gateway.app.src

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

@@ -1,7 +1,7 @@
 %% -*- mode: erlang -*-
 %% -*- mode: erlang -*-
 {application, emqx_gateway, [
 {application, emqx_gateway, [
     {description, "The Gateway management application"},
     {description, "The Gateway management application"},
-    {vsn, "0.1.2"},
+    {vsn, "0.1.3"},
     {registered, []},
     {registered, []},
     {mod, {emqx_gateway_app, []}},
     {mod, {emqx_gateway_app, []}},
     {applications, [kernel, stdlib, grpc, emqx, emqx_authn]},
     {applications, [kernel, stdlib, grpc, emqx, emqx_authn]},