From b5acbabe03ba1c84c097e987fba593dd84e9223d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Mon, 31 Aug 2026 20:32:41 +0000 Subject: [PATCH] core: tools: mavlink2rest: Update to 0.11.27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- core/tools/mavlink2rest/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tools/mavlink2rest/bootstrap.sh b/core/tools/mavlink2rest/bootstrap.sh index 9dba15eec4..5f94103d4d 100755 --- a/core/tools/mavlink2rest/bootstrap.sh +++ b/core/tools/mavlink2rest/bootstrap.sh @@ -3,7 +3,7 @@ # Immediately exit on errors set -e -VERSION="0.11.26" +VERSION="0.11.27" REPOSITORY_ORG="mavlink" REPOSITORY_NAME="mavlink2rest" PROJECT_NAME="$REPOSITORY_NAME"