From 213c5c224dfec815267423d2b332abe33061cc66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 24 Oct 2024 13:23:10 +0900 Subject: [PATCH] core: tools: mavlink-server: Update to 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- 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..098592381 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.0" PROJECT_NAME="mavlink-server" REPOSITORY_ORG="bluerobotics" REPOSITORY_NAME="$PROJECT_NAME"