Skip to content

Commit 6f61f39

Browse files
committed
Bump version
1 parent 73c2148 commit 6f61f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Array.prototype.first = function() {
2929
};
3030

3131
const argv = yargs
32-
.version("4.5.0")
32+
.version("4.5.1")
3333
.showHelpOnFail(false)
3434
.wrap(180)
3535
.command(defaultCmd as CommandModule)

0 commit comments

Comments
 (0)