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 0524b17 commit 67074eeCopy full SHA for 67074ee
lib/index.js
@@ -66,7 +66,7 @@ var Embark = {
66
function welcome(callback) {
67
if (!options.useDashboard) {
68
console.log('========================'.bold.green);
69
- console.log('Welcome to Embark 2.1.2'.yellow.bold);
+ console.log('Welcome to Embark 2.1.3'.yellow.bold);
70
71
}
72
callback();
0 commit comments