From 2dfc139f4225be974ec26d85f15ce94e89e6c4cd Mon Sep 17 00:00:00 2001 From: Jabali Deploy Date: Thu, 12 Feb 2026 01:05:01 +0000 Subject: [PATCH] Sync install fallback with VERSION 0.9-rc64 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e1013b6..6184399 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" if [[ -f "$SCRIPT_DIR/VERSION" ]]; then JABALI_VERSION="$(sed -n 's/^VERSION=//p' "$SCRIPT_DIR/VERSION")" fi -JABALI_VERSION="${JABALI_VERSION:-0.9-rc62}" +JABALI_VERSION="${JABALI_VERSION:-0.9-rc64}" # Colors RED='\033[0;31m'