From f63ece5ff9cc08f6be3b9632e8cb45170521f816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= Date: Tue, 10 Dec 2024 12:21:04 -0300 Subject: [PATCH] core: tools: mavlink-camera-manager: Update to t3.18.0 --- core/tools/mavlink_camera_manager/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tools/mavlink_camera_manager/bootstrap.sh b/core/tools/mavlink_camera_manager/bootstrap.sh index 8c82249fe..01b70aa8c 100755 --- a/core/tools/mavlink_camera_manager/bootstrap.sh +++ b/core/tools/mavlink_camera_manager/bootstrap.sh @@ -3,7 +3,7 @@ # Exit immediately if a command exits with a non-zero status set -e -VERSION="t3.17.0" +VERSION="t3.18.0" REPOSITORY_ORG="mavlink" REPOSITORY_NAME="mavlink-camera-manager" PROJECT_NAME="$REPOSITORY_NAME"