Skip to content

Commit 47b176e

Browse files
committed
Change version tag
1 parent 142dc8b commit 47b176e

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
@@ -30,7 +30,7 @@ Array.prototype.first = function() {
3030
};
3131

3232
const argv = yargs
33-
.version("4.2.2")
33+
.version("4.3.0")
3434
.showHelpOnFail(false)
3535
.wrap(180)
3636
.command(defaultCmd as CommandModule)

0 commit comments

Comments
 (0)