Bump VERSION to 0.9-rc57

This commit is contained in:
2026-02-09 14:58:24 +02:00
parent 800e07d2ba
commit 8573d96719
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
VERSION=0.9-rc56 VERSION=0.9-rc57

View File

@@ -16,7 +16,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
if [[ -f "$SCRIPT_DIR/VERSION" ]]; then if [[ -f "$SCRIPT_DIR/VERSION" ]]; then
JABALI_VERSION="$(sed -n 's/^VERSION=//p' "$SCRIPT_DIR/VERSION")" JABALI_VERSION="$(sed -n 's/^VERSION=//p' "$SCRIPT_DIR/VERSION")"
fi fi
JABALI_VERSION="${JABALI_VERSION:-0.9-rc56}" JABALI_VERSION="${JABALI_VERSION:-0.9-rc57}"
# Colors # Colors
RED='\033[0;31m' RED='\033[0;31m'