Skip to content

Commit

Permalink
version update in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tomoyasu committed Oct 2, 2022
1 parent a505bb6 commit b966a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/LicenseCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class LicenseCommand {
'whether AboutLibraries android plugin is used on native side as well',
false
)
.version('0.6.0', '--version', 'show current version')
.version('0.7.0', '--version', 'show current version')
}

parse(args: string[]): CmdOption {
Expand Down

0 comments on commit b966a1e

Please sign in to comment.