From 29f0a6cdb8f4045cb73a7fb71e8982d1110675d3 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sat, 28 Feb 2026 23:10:11 +0800 Subject: [PATCH] chore: bump version to 7.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8efbb0db..2fff7f5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "7.0.6", + "version": "7.0.7", "description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution", "type": "module", "main": "ccw/dist/index.js",