Use v0.18.1 version as default

This commit is contained in:
Tobias Gesellchen
2026-02-14 22:21:43 +01:00
parent 1e61adbb46
commit 5bfc24b7fb
+1 -1
View File
@@ -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}"