From 684e9f19ab1eeb321a1917e265ba435da0f13b62 Mon Sep 17 00:00:00 2001 From: Dominic Reber Date: Tue, 14 Jan 2025 09:55:05 +0100 Subject: [PATCH] fix: update tag --- aica-package.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aica-package.toml b/aica-package.toml index e350c740..92f28c04 100644 --- a/aica-package.toml +++ b/aica-package.toml @@ -1,7 +1,7 @@ -#syntax=ghcr.io/aica-technology/package-builder:v1.3.0 +#syntax=ghcr.io/aica-technology/package-builder:v1.3.2 [metadata] -version = "5.1.0" +version = "6.0.0" description = "Modular ROS 2 extension library for dynamic composition of components and controllers with the AICA robotics framework" [metadata.collection] @@ -9,7 +9,7 @@ name = "modulo" [build] type = "ros" -image = "v2.0.0-jazzy" +image = "v2.1.0-rc1-jazzy" [build.dependencies] "@aica/foss/control-libraries" = "v9.0.0"