diff --git a/coconut.sh b/coconut.sh index c52b0dd0de..6bbd061b4f 100644 --- a/coconut.sh +++ b/coconut.sh @@ -1,6 +1,6 @@ package: coconut version: "%(tag_basename)s" -tag: "v1.23.2" +tag: "v1.24.0" build_requires: - golang - protobuf diff --git a/control-core.sh b/control-core.sh index e0d7886f1e..614cd34591 100644 --- a/control-core.sh +++ b/control-core.sh @@ -1,6 +1,6 @@ package: Control-Core version: "%(tag_basename)s" -tag: "v1.23.2" +tag: "v1.24.0" build_requires: - "GCC-Toolchain:(?!osx)" - golang diff --git a/control-occplugin.sh b/control-occplugin.sh index 10869d6e4b..7fa369fb65 100644 --- a/control-occplugin.sh +++ b/control-occplugin.sh @@ -1,6 +1,6 @@ package: Control-OCCPlugin version: "%(tag_basename)s" -tag: "v1.23.2" +tag: "v1.24.0" requires: - FairMQ - FairLogger diff --git a/control.sh b/control.sh index b81ef7c162..9238103869 100644 --- a/control.sh +++ b/control.sh @@ -1,5 +1,5 @@ package: Control -version: "v1.23.2" +version: "v1.24.0" requires: - Control-Core - Control-OCCPlugin