diff --git a/coconut.sh b/coconut.sh index 56881ddda1..601724464c 100644 --- a/coconut.sh +++ b/coconut.sh @@ -1,6 +1,6 @@ package: coconut version: "%(tag_basename)s" -tag: "v1.19.1" +tag: "v1.20.0" build_requires: - golang - protobuf diff --git a/control-core.sh b/control-core.sh index 582935fa45..3b62143235 100644 --- a/control-core.sh +++ b/control-core.sh @@ -1,6 +1,6 @@ package: Control-Core version: "%(tag_basename)s" -tag: "v1.19.1" +tag: "v1.20.0" build_requires: - "GCC-Toolchain:(?!osx)" - golang diff --git a/control-occplugin.sh b/control-occplugin.sh index b354d9b24e..3071e551eb 100644 --- a/control-occplugin.sh +++ b/control-occplugin.sh @@ -1,6 +1,6 @@ package: Control-OCCPlugin version: "%(tag_basename)s" -tag: "v1.19.1" +tag: "v1.20.0" requires: - FairMQ - FairLogger diff --git a/control.sh b/control.sh index c3064b4525..21d468b93b 100644 --- a/control.sh +++ b/control.sh @@ -1,5 +1,5 @@ package: Control -version: "v1.19.1" +version: "v1.20.0" requires: - Control-Core - Control-OCCPlugin