We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba9ad94 + ef0846b commit 458b01fCopy full SHA for 458b01f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rulesync",
3
- "version": "7.27.0",
+ "version": "7.27.1",
4
"description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
"keywords": [
6
"ai",
src/cli/index.ts
@@ -17,7 +17,7 @@ import { mcpCommand } from "./commands/mcp.js";
17
import { updateCommand, UpdateCommandOptions } from "./commands/update.js";
18
import { wrapCommand as _wrapCommand } from "./wrap-command.js";
19
20
-const getVersion = () => "7.27.0";
+const getVersion = () => "7.27.1";
21
22
function wrapCommand(
23
name: string,
0 commit comments