Skip to content

Commit f5be274

Browse files
committed
fixed version
1 parent 81fd0a9 commit f5be274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { program } from 'commander'
1515
import { Platforms } from "./types/global-options";
1616

1717
program.usage('[command] [options]')
18-
.version('0.1.1', '-v, --version')
18+
.version('0.1.3', '-v, --version')
1919
.option('-c, --config <path>', 'Path to a JSON config file. By default, config files are loaded from config/default.json')
2020
.hook('preAction', (thisCommand, actionCommand) => {
2121
const configOption = thisCommand.opts().config

0 commit comments

Comments
 (0)