From 07bc669095572b88d8af4f55151d718e2f2e4ae5 Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Mon, 13 Jul 2026 23:18:23 -0700 Subject: [PATCH 1/2] chore: bump version to 9.7.0 --- src/cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/index.ts b/src/cli/index.ts index 0c7ebb885..30ce9ef9f 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.6.3"; +const getVersion = () => "9.7.0"; function wrapCommand( name: string, From be6300ce883cdc63de21bf843037444e3b0578ce Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Mon, 13 Jul 2026 23:18:35 -0700 Subject: [PATCH 2/2] chore: update package.json version to 9.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02358543a..9528f425f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "9.6.3", + "version": "9.7.0", "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools", "keywords": [ "ai",