diff --git a/package.json b/package.json index f0aea8d5..d11a7b19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "6.4.0", + "version": "6.5.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 b3f650f5..abfdee29 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -13,7 +13,7 @@ import { importCommand } from "./commands/import.js"; import { initCommand } from "./commands/init.js"; import { mcpCommand } from "./commands/mcp.js"; -const getVersion = () => "6.4.0"; +const getVersion = () => "6.5.0"; const main = async () => { const program = new Command();