Skip to content

Commit c1bd2f8

Browse files
authored
Merge pull request #2307 from dyoshikawa/release/v14.0.0
chore: release v14.0.0
2 parents 7f0478e + d438519 commit c1bd2f8

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": "13.0.0",
3+
"version": "14.0.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 = () => "13.0.0";
22+
const getVersion = () => "14.0.0";
2323

2424
function wrapCommand(
2525
name: string,

0 commit comments

Comments
 (0)