diff --git a/coconut.sh b/coconut.sh index 128709e112..4ee7d8fce2 100644 --- a/coconut.sh +++ b/coconut.sh @@ -1,6 +1,6 @@ package: coconut version: "%(tag_basename)s" -tag: "v1.15.0" +tag: "v1.16.0" build_requires: - golang - protobuf diff --git a/control-core.sh b/control-core.sh index ae9ee3d7f2..2f59954c3b 100644 --- a/control-core.sh +++ b/control-core.sh @@ -1,6 +1,6 @@ package: Control-Core version: "%(tag_basename)s" -tag: "v1.15.0" +tag: "v1.16.0" build_requires: - "GCC-Toolchain:(?!osx)" - golang diff --git a/control-occplugin.sh b/control-occplugin.sh index a1185b8303..134df29ba8 100644 --- a/control-occplugin.sh +++ b/control-occplugin.sh @@ -1,6 +1,6 @@ package: Control-OCCPlugin version: "%(tag_basename)s" -tag: "v1.15.0" +tag: "v1.16.0" requires: - FairMQ - FairLogger diff --git a/control.sh b/control.sh index d89c4b4c45..3b083450fd 100644 --- a/control.sh +++ b/control.sh @@ -1,5 +1,5 @@ package: Control -version: "v1.15.0" +version: "v1.16.0" requires: - Control-Core - Control-OCCPlugin