From 0a3246ab365fdad76dd84417993ccafd399209a8 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Fri, 30 Jan 2026 10:34:02 +0800 Subject: [PATCH] chore: Bump version to 6.3.53 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 626da417..9d554158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.3.52", + "version": "6.3.53", "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",