From 4a43869acc3bfd46316035f384278a3a48995139 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac <126364+teo@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:00:33 +0200 Subject: [PATCH] Bump AliECS to v1.13.0 (#5523) --- coconut.sh | 2 +- control-core.sh | 2 +- control-occplugin.sh | 2 +- control.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/coconut.sh b/coconut.sh index 14bc3a7daa..a7eb787056 100644 --- a/coconut.sh +++ b/coconut.sh @@ -1,6 +1,6 @@ package: coconut version: "%(tag_basename)s" -tag: "v1.12.0" +tag: "v1.13.0" build_requires: - golang - protobuf diff --git a/control-core.sh b/control-core.sh index dbcf32cd17..ec814fcbd4 100644 --- a/control-core.sh +++ b/control-core.sh @@ -1,6 +1,6 @@ package: Control-Core version: "%(tag_basename)s" -tag: "v1.12.0" +tag: "v1.13.0" build_requires: - "GCC-Toolchain:(?!osx)" - golang diff --git a/control-occplugin.sh b/control-occplugin.sh index d32b5903f2..fe7b274c41 100644 --- a/control-occplugin.sh +++ b/control-occplugin.sh @@ -1,6 +1,6 @@ package: Control-OCCPlugin version: "%(tag_basename)s" -tag: "v1.12.0" +tag: "v1.13.0" requires: - FairMQ - FairLogger diff --git a/control.sh b/control.sh index 25dfc0c9f4..46fa7a11aa 100644 --- a/control.sh +++ b/control.sh @@ -1,5 +1,5 @@ package: Control -version: "v1.12.0" +version: "v1.13.0" requires: - Control-Core - Control-OCCPlugin