Bump VERSION to 0.9-rc59

This commit is contained in:
2026-02-10 18:27:55 +02:00
parent 6064de6c81
commit c1599f5dd1
2 changed files with 2 additions and 2 deletions

View File

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

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