From 5bfc24b7fbfb7fad905a57bb7c10ba0157548a9b Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sat, 14 Feb 2026 22:13:04 +0100 Subject: [PATCH] Use v0.18.1 version as default --- scripts/raspberry-pi/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/raspberry-pi/install.sh b/scripts/raspberry-pi/install.sh index 788de04..9fb690b 100644 --- a/scripts/raspberry-pi/install.sh +++ b/scripts/raspberry-pi/install.sh @@ -28,7 +28,7 @@ set -euo pipefail # - Safe to re-run; it will update binary/config/unit and restart the service. # ============================================================================== -VERSION="${1:-${VERSION:-v0.17.0}}" +VERSION="${1:-${VERSION:-v0.18.1}}" # Normalize version prefix if [[ ! "$VERSION" =~ ^v ]]; then VERSION="v${VERSION}"