Skip to content

Commit

Permalink
Bump AliECS to v1.15.0 (#5557)
Browse files Browse the repository at this point in the history
  • Loading branch information
teo authored Jul 18, 2024
1 parent 6e2dd32 commit 4847fb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion coconut.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: coconut
version: "%(tag_basename)s"
tag: "v1.14.0"
tag: "v1.15.0"
build_requires:
- golang
- protobuf
Expand Down
2 changes: 1 addition & 1 deletion control-core.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: Control-Core
version: "%(tag_basename)s"
tag: "v1.14.0"
tag: "v1.15.0"
build_requires:
- "GCC-Toolchain:(?!osx)"
- golang
Expand Down
2 changes: 1 addition & 1 deletion control-occplugin.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: Control-OCCPlugin
version: "%(tag_basename)s"
tag: "v1.14.0"
tag: "v1.15.0"
requires:
- FairMQ
- FairLogger
Expand Down
2 changes: 1 addition & 1 deletion control.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: Control
version: "v1.14.0"
version: "v1.15.0"
requires:
- Control-Core
- Control-OCCPlugin
Expand Down

0 comments on commit 4847fb8

Please sign in to comment.