diff --git a/core/tools/mavlink_server/bootstrap.sh b/core/tools/mavlink_server/bootstrap.sh index 7a44cab22..34925e461 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.2.1" +VERSION="0.2.2" PROJECT_NAME="mavlink-server" REPOSITORY_ORG="bluerobotics" REPOSITORY_NAME="$PROJECT_NAME"