Skip to content

Commit

Permalink
Bump AliECS to v0.67.0 (#4993)
Browse files Browse the repository at this point in the history
  • Loading branch information
teo committed May 16, 2023
1 parent d2811f1 commit 707b41d
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: "v0.66.0"
tag: "v0.67.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: "v0.66.0"
tag: "v0.67.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: "v0.66.0"
tag: "v0.67.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: "v0.66.0"
version: "v0.67.0"
requires:
- Control-Core
- Control-OCCPlugin
Expand Down

0 comments on commit 707b41d

Please sign in to comment.