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}"