Skip to content

Commit

Permalink
Include keystone.version in startup message (#4692)
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie authored Jul 1, 2018
1 parent 1e458db commit e4ca3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function start (events) {

var ssl = keystone.get('ssl');
var unixSocket = keystone.get('unix socket');
var startupMessages = ['KeystoneJS Started:'];
var startupMessages = [`KeystoneJS v${keystone.version} started:`];

async.parallel([
// HTTP Server
Expand Down

0 comments on commit e4ca3c7

Please sign in to comment.