Skip to content

Commit 2d493ee

Browse files
authored
Merge pull request #2237 from dyoshikawa/release/v9.7.0
Release v9.7.0
2 parents 029c614 + be6300c commit 2d493ee

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.6.3",
3+
"version": "9.7.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.6.3";
22+
const getVersion = () => "9.7.0";
2323

2424
function wrapCommand(
2525
name: string,

0 commit comments

Comments
 (0)