Skip to content

Commit

Permalink
changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Feb 24, 2023
1 parent 0a89aef commit e98c03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { program } from 'commander'
import { Platforms } from "./types/global-options";

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

0 comments on commit e98c03e

Please sign in to comment.