Bump VERSION to 0.9-rc58

This commit is contained in:
2026-02-09 15:34:36 +02:00
parent b049d338d8
commit f7902105de
2 changed files with 2 additions and 2 deletions

View File

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

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