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"