diff --git a/package.json b/package.json index 6c6f5cb8..b8331ef4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "7.27.1", + "version": "7.28.0", "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools", "keywords": [ "ai", diff --git a/src/cli/index.ts b/src/cli/index.ts index 8b33f289..33061f2c 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -17,7 +17,7 @@ import { mcpCommand } from "./commands/mcp.js"; import { updateCommand, UpdateCommandOptions } from "./commands/update.js"; import { wrapCommand as _wrapCommand } from "./wrap-command.js"; -const getVersion = () => "7.27.1"; +const getVersion = () => "7.28.0"; function wrapCommand( name: string,