From 1a6f0c923494876ad3dfbfdbcea8927f594eb893 Mon Sep 17 00:00:00 2001 From: JimMoen Date: Fri, 10 May 2024 17:13:23 +0800 Subject: [PATCH] chore: bump gw_jt808 app vsn --- apps/emqx_gateway_jt808/src/emqx_gateway_jt808.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_gateway_jt808/src/emqx_gateway_jt808.app.src b/apps/emqx_gateway_jt808/src/emqx_gateway_jt808.app.src index 0409f1ed2..8e5157695 100644 --- a/apps/emqx_gateway_jt808/src/emqx_gateway_jt808.app.src +++ b/apps/emqx_gateway_jt808/src/emqx_gateway_jt808.app.src @@ -1,7 +1,7 @@ %% -*- mode: erlang -*- {application, emqx_gateway_jt808, [ {description, "JT/T 808 Gateway"}, - {vsn, "0.0.2"}, + {vsn, "0.0.3"}, {registered, []}, {applications, [kernel, stdlib, emqx, emqx_gateway]}, {env, []},