Bump VERSION to 0.9-rc61

This commit is contained in:
2026-02-11 03:58:19 +02:00
parent c4acf0b658
commit 2bdf7395fc
2 changed files with 2 additions and 2 deletions

View File

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

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