Skip to content

Commit 458b01f

Browse files
authored
Merge pull request #1442 from dyoshikawa/release/v7.27.1
Release v7.27.1
2 parents ba9ad94 + ef0846b commit 458b01f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "7.27.0",
3+
"version": "7.27.1",
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
@@ -17,7 +17,7 @@ import { mcpCommand } from "./commands/mcp.js";
1717
import { updateCommand, UpdateCommandOptions } from "./commands/update.js";
1818
import { wrapCommand as _wrapCommand } from "./wrap-command.js";
1919

20-
const getVersion = () => "7.27.0";
20+
const getVersion = () => "7.27.1";
2121

2222
function wrapCommand(
2323
name: string,

0 commit comments

Comments
 (0)