Просмотр исходного кода

Merge pull request #12101 from id/1205-scheduled-build-of-release54

ci: run scheduled packages build of release-54
Ivan Dyachkov 2 лет назад
Родитель
Сommit
f5e184ec24

+ 1 - 1
.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:

+ 1 - 1
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, []},