From e995b3948e8c64580f6c5429346fd86d55ddbf2c Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Tue, 5 Dec 2023 15:17:53 +0100 Subject: [PATCH] chore: bump emqx_gateway_coap version --- apps/emqx_gateway_coap/src/emqx_gateway_coap.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_gateway_coap/src/emqx_gateway_coap.app.src b/apps/emqx_gateway_coap/src/emqx_gateway_coap.app.src index 10dd6efef..ba43cabc8 100644 --- a/apps/emqx_gateway_coap/src/emqx_gateway_coap.app.src +++ b/apps/emqx_gateway_coap/src/emqx_gateway_coap.app.src @@ -1,7 +1,7 @@ %% -*- mode: erlang -*- {application, emqx_gateway_coap, [ {description, "CoAP Gateway"}, - {vsn, "0.1.5"}, + {vsn, "0.1.6"}, {registered, []}, {applications, [kernel, stdlib, emqx, emqx_gateway]}, {env, []},