## Issue Type <!-- Select the type by adding a `x` inside the brackets e.g. - [x] Bug Report --> - [ ] Bug Report - [x] Feature Request - [ ] Other ## Expected ```js // app version cli.version('0.0.0') // sub app version cli.command('build', 'build project') .version('1.0.0') ``` Currently the `cli.version` call will only apply to non-sub commands. ## Info - CAC version: 6.7.7