diff --git a/package.json b/package.json index 32a31b228..12c490f6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "9.1.1", + "version": "9.2.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 f35c7cf5c..a0adbf92d 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -19,7 +19,7 @@ import { resolveGitignoreTargets } from "./commands/resolve-gitignore-targets.js import { updateCommand, UpdateCommandOptions } from "./commands/update.js"; import { wrapCommand as _wrapCommand } from "./wrap-command.js"; -const getVersion = () => "9.1.1"; +const getVersion = () => "9.2.0"; function wrapCommand( name: string,