Bump VERSION to 0.9-rc62

This commit is contained in:
2026-02-11 20:28:19 +02:00
parent 967df591d6
commit 5d502699ea
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
VERSION=0.9-rc61 VERSION=0.9-rc62

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