From 885eb18d87cb099463f594ee96b7bd6437aae54d Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sun, 29 Mar 2026 14:54:24 +0800 Subject: [PATCH] chore: bump version to 7.2.26 Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b1f5d55..6cfb51cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "7.2.25", + "version": "7.2.26", "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",