add version number to cmd

This commit is contained in:
Iuri Matias 2016-10-16 12:41:28 -04:00
parent 23a7f03cc4
commit fa17170878
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ var colors = require('colors');
var Cmd = function(Embark) {
this.Embark = Embark;
program.version('2.0.0');
};
Cmd.prototype.process = function(args) {