update to 2.0.1

This commit is contained in:
Iuri Matias 2016-10-19 07:38:32 -04:00
parent fdda38b7ac
commit f9dbbd9243
1 changed files with 1 additions and 1 deletions

View File

@ -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) {