From 96a4b7925226b5d777e760273ac169974dcee050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= Date: Tue, 16 Jun 2026 22:56:14 -0300 Subject: [PATCH] core: tools: linux2rest: Update to 0.9.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 a6cd9ffb25..8ec875b24e 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.9.4" +VERSION="v0.9.5" REPOSITORY_ORG="patrickelectric" REPOSITORY_NAME="linux2rest" PROJECT_NAME="$REPOSITORY_NAME"