From d0b54ac3653801301cc9774932fc425398490b21 Mon Sep 17 00:00:00 2001 From: x1001100011 <84677725+x1001100011@users.noreply.github.com> Date: Mon, 18 Oct 2021 00:05:26 -0700 Subject: [PATCH] feat: emqx_gateway version Co-authored-by: JianBo He --- apps/emqx_gateway/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_gateway/mix.exs b/apps/emqx_gateway/mix.exs index bdb71dc7a..1fcacb596 100644 --- a/apps/emqx_gateway/mix.exs +++ b/apps/emqx_gateway/mix.exs @@ -4,7 +4,7 @@ defmodule EMQXGateway.MixProject do def project do [ app: :emqx_gateway, - version: "4.4.0", + version: "0.1.0", build_path: "../../_build", config_path: "../../config/config.exs", deps_path: "../../deps",