From 4ad7e850453deea006edfb08d3cf67fbe2368f58 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Tue, 5 Dec 2023 15:07:50 +0100 Subject: [PATCH 1/2] ci: run scheduled packages build of release-54 --- .github/workflows/build_packages_cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_packages_cron.yaml b/.github/workflows/build_packages_cron.yaml index 97fb9536c..d29f2d64a 100644 --- a/.github/workflows/build_packages_cron.yaml +++ b/.github/workflows/build_packages_cron.yaml @@ -21,7 +21,7 @@ jobs: matrix: profile: - ['emqx', 'master'] - - ['emqx-enterprise', 'release-53'] + - ['emqx-enterprise', 'release-54'] otp: - 25.3.2-2 arch: From e995b3948e8c64580f6c5429346fd86d55ddbf2c Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Tue, 5 Dec 2023 15:17:53 +0100 Subject: [PATCH 2/2] 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, []},