From 766e44777a1ed8e5cd9899d99ed9802b22940dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= Date: Thu, 24 Oct 2024 09:24:19 -0300 Subject: [PATCH] core: tools: mavlink-server: Update to 0.2.1 --- core/tools/mavlink_server/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tools/mavlink_server/bootstrap.sh b/core/tools/mavlink_server/bootstrap.sh index 4219a8e74..7a44cab22 100755 --- a/core/tools/mavlink_server/bootstrap.sh +++ b/core/tools/mavlink_server/bootstrap.sh @@ -3,7 +3,7 @@ # Immediately exit on errors set -e -VERSION="0.1.0" +VERSION="0.2.1" PROJECT_NAME="mavlink-server" REPOSITORY_ORG="bluerobotics" REPOSITORY_NAME="$PROJECT_NAME"