From 67a578450ce3a7e6bca424455b6fd7b92466a360 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 29 Jan 2026 21:22:49 +0800 Subject: [PATCH] chore: Bump version to 6.3.52 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ad3f038..626da417 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.3.51", + "version": "6.3.52", "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",