update to 2.0.1
This commit is contained in:
parent
fdda38b7ac
commit
f9dbbd9243
|
@ -3,7 +3,7 @@ var colors = require('colors');
|
|||
|
||||
var Cmd = function(Embark) {
|
||||
this.Embark = Embark;
|
||||
program.version('2.0.0');
|
||||
program.version('2.0.1');
|
||||
};
|
||||
|
||||
Cmd.prototype.process = function(args) {
|
||||
|
|
Loading…
Reference in New Issue