From d94a1a1fe7f469d3e2877d19ba41862fe9810aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= Date: Thu, 6 Aug 2026 15:19:14 -0300 Subject: [PATCH] core: tools: linux2rest: Update to 0.6.5 --- core/tools/linux2rest/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tools/linux2rest/bootstrap.sh b/core/tools/linux2rest/bootstrap.sh index 662dcc3e4e..2a6f0258a5 100755 --- a/core/tools/linux2rest/bootstrap.sh +++ b/core/tools/linux2rest/bootstrap.sh @@ -3,7 +3,7 @@ # Exit immediately if a command exits with a non-zero status set -e -VERSION="v0.6.4" +VERSION="v0.6.5" REPOSITORY_ORG="patrickelectric" REPOSITORY_NAME="linux2rest" PROJECT_NAME="$REPOSITORY_NAME"