瀏覽代碼

chore: bump app vsn for emqx_gateway to 0.1.3

Zaiming (Stone) Shi 3 年之前
父節點
當前提交
dd8bcd80cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 -*-
 {application, emqx_gateway, [
     {description, "The Gateway management application"},
-    {vsn, "0.1.2"},
+    {vsn, "0.1.3"},
     {registered, []},
     {mod, {emqx_gateway_app, []}},
     {applications, [kernel, stdlib, grpc, emqx, emqx_authn]},