Skip to content

Commit

Permalink
Bump AliECS to v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
teo authored and vascobarroso committed Nov 15, 2024
1 parent ba76590 commit 97c4455
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.23.1"
tag: "v1.23.2"
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.23.1"
tag: "v1.23.2"
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.23.1"
tag: "v1.23.2"
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.23.1"
version: "v1.23.2"
requires:
- Control-Core
- Control-OCCPlugin
Expand Down

0 comments on commit 97c4455

Please sign in to comment.