Skip to content

Commit c2d4e6b

Browse files
committed
chore(release): bump getVersion to 9.6.0
1 parent 8d8ac56 commit c2d4e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.5.0";
22+
const getVersion = () => "9.6.0";
2323

2424
function wrapCommand(
2525
name: string,

0 commit comments

Comments
 (0)