Skip to content

Commit 07b65c3

Browse files
authored
Merge pull request #2199 from dyoshikawa/release/v9.6.0
chore(release): v9.6.0
2 parents 8d8ac56 + a8c494c commit 07b65c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rulesync",
3-
"version": "9.5.0",
3+
"version": "9.6.0",
44
"description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
55
"keywords": [
66
"ai",

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { resolveGitignoreTargets } from "./commands/resolve-gitignore-targets.js
1919
import { updateCommand, UpdateCommandOptions } from "./commands/update.js";
2020
import { wrapCommand as _wrapCommand } from "./wrap-command.js";
2121

22-
const getVersion = () => "9.5.0";
22+
const getVersion = () => "9.6.0";
2323

2424
function wrapCommand(
2525
name: string,

0 commit comments

Comments
 (0)