From 1c1a4afd2341317f7e27572e82c5dc0f5acb2c2a Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sun, 8 Mar 2026 21:39:31 +0800 Subject: [PATCH] chore: release v7.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21266093..01aa2090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "7.2.2", + "version": "7.2.3", "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",