Skip to content

Commit 4a90dab

Browse files
committed
set version to 0.0.6
1 parent c1b1229 commit 4a90dab

File tree

4 files changed

+2719
-2719
lines changed

4 files changed

+2719
-2719
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ program
1313
.option('--help');
1414
program.parse();
1515
if (program.opts().version) {
16-
console.log('0.0.0');
16+
console.log('0.0.6');
1717
process.exit(0);
1818
}
1919
if (program.opts().help) {

0 commit comments

Comments
 (0)