We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c49c5 commit 60e9931Copy full SHA for 60e9931
bin/percli
@@ -4,7 +4,7 @@ var args = require('commander')
4
var semver = require('semver')
5
6
if(semver.satisfies(semver.clean(process.version), '>=7.10.0')) {
7
- args.version('1.0.0')
+ args.version(require('../package.json').version)
8
.usage('<command> [options]')
9
.command('check', 'hepful checks')
10
.command('server', 'server specific commands')
0 commit comments