Skip to content

Commit 5b53653

Browse files
fix(jco): version number
1 parent 949a686 commit 5b53653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jco/src/jco.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ program
2525
)
2626
.usage("<command> [options]")
2727
.enablePositionalOptions()
28-
.version("1.16.1");
28+
.version("1.17.7");
2929

3030
function myParseInt(value) {
3131
return parseInt(value, 10);

0 commit comments

Comments
 (0)