mirror of https://github.com/embarklabs/embark.git
add version number to cmd
This commit is contained in:
parent
23a7f03cc4
commit
fa17170878
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue