diff --git a/package.json b/package.json index a53c8645..3d7293df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "7.26.0", + "version": "7.27.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 ae08ee8c..f2589272 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.26.0"; +const getVersion = () => "7.27.0"; function wrapCommand( name: string,