From e723f2ce10db61dd450cb8c58d90878b9c1797c0 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 30 Nov 2017 15:52:07 -0500 Subject: [PATCH] close #6099 --- src/cli/setup.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cli/setup.js b/src/cli/setup.js index 541dd98fec..6fcb49bd93 100644 --- a/src/cli/setup.js +++ b/src/cli/setup.js @@ -9,10 +9,11 @@ function setup() { var install = require('../install'); var build = require('../meta/build'); var prestart = require('../prestart'); + var pkg = require('../../package.json'); winston.info('NodeBB Setup Triggered via Command Line'); - console.log('\nWelcome to NodeBB!'); + console.log('\nWelcome to NodeBB v' + pkg.version + '!'); console.log('\nThis looks like a new installation, so you\'ll have to answer a few questions about your environment before we can proceed.'); console.log('Press enter to accept the default setting (shown in brackets).');