From 5ff2a43b70f4a23c3c414708d578023ea31765e9 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Tue, 23 Dec 2025 10:28:48 +0800 Subject: [PATCH] bump version to 6.2.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16fdcdaf..83e0c2b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.2.8", + "version": "6.2.9", "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/src/index.js",