We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8ac56 commit c2d4e6bCopy full SHA for c2d4e6b
1 file changed
src/cli/index.ts
@@ -19,7 +19,7 @@ import { resolveGitignoreTargets } from "./commands/resolve-gitignore-targets.js
19
import { updateCommand, UpdateCommandOptions } from "./commands/update.js";
20
import { wrapCommand as _wrapCommand } from "./wrap-command.js";
21
22
-const getVersion = () => "9.5.0";
+const getVersion = () => "9.6.0";
23
24
function wrapCommand(
25
name: string,
0 commit comments