From 8c21f78f1f43ff65a8c9bba7f699319d3b5a056c Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac <126364+teo@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:54:49 +0200 Subject: [PATCH] Bump AliECS to v1.21.0 (#5659) --- 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 601724464c..e74e000cb6 100644 --- a/coconut.sh +++ b/coconut.sh @@ -1,6 +1,6 @@ package: coconut version: "%(tag_basename)s" -tag: "v1.20.0" +tag: "v1.21.0" build_requires: - golang - protobuf diff --git a/control-core.sh b/control-core.sh index 3b62143235..36a39e1933 100644 --- a/control-core.sh +++ b/control-core.sh @@ -1,6 +1,6 @@ package: Control-Core version: "%(tag_basename)s" -tag: "v1.20.0" +tag: "v1.21.0" build_requires: - "GCC-Toolchain:(?!osx)" - golang diff --git a/control-occplugin.sh b/control-occplugin.sh index 3071e551eb..540dbe9801 100644 --- a/control-occplugin.sh +++ b/control-occplugin.sh @@ -1,6 +1,6 @@ package: Control-OCCPlugin version: "%(tag_basename)s" -tag: "v1.20.0" +tag: "v1.21.0" requires: - FairMQ - FairLogger diff --git a/control.sh b/control.sh index 21d468b93b..75271a6e84 100644 --- a/control.sh +++ b/control.sh @@ -1,5 +1,5 @@ package: Control -version: "v1.20.0" +version: "v1.21.0" requires: - Control-Core - Control-OCCPlugin