From 63c12e043da95e880be548f00f469088cec4d2d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 7 Apr 2026 12:21:45 -0300 Subject: [PATCH] core: tools: recorder: Update to 0.0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- core/tools/recorder/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tools/recorder/bootstrap.sh b/core/tools/recorder/bootstrap.sh index d7265faf17..49fcd869c0 100755 --- a/core/tools/recorder/bootstrap.sh +++ b/core/tools/recorder/bootstrap.sh @@ -3,7 +3,7 @@ # Immediately exit on errors set -e -VERSION="0.0.3" +VERSION="0.0.5" PROJECT_NAME="blueos-recorder" REPOSITORY_ORG="bluerobotics" REPOSITORY_NAME="$PROJECT_NAME"