Skip to content

Commit

Permalink
Bump AliECS to v1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teo authored and vascobarroso committed Dec 12, 2024
1 parent 9b78675 commit 9ea6e88
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.25.0"
tag: "v1.26.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.25.0"
tag: "v1.26.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.25.0"
tag: "v1.26.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.25.0"
version: "v1.26.0"
requires:
- Control-Core
- Control-OCCPlugin
Expand Down

0 comments on commit 9ea6e88

Please sign in to comment.