Bump installer version to 0.9-rc36

This commit is contained in:
root
2026-01-30 17:58:27 +02:00
parent 03f879e5b8
commit 9bedb39b20

View File

@@ -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-rc35}"
JABALI_VERSION="${JABALI_VERSION:-0.9-rc36}"
# Colors
RED='\033[0;31m'