From 09eeb84cda1f4d2c95e0889b7eb194684107b97b Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 22 Jan 2026 23:39:02 +0800 Subject: [PATCH] chore: bump version to 6.3.39 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5dd84627..4938d697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.3.38", + "version": "6.3.39", "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",