diff --git a/server-console/src/main.js b/server-console/src/main.js index fedd934029..c9e33e2ce4 100644 --- a/server-console/src/main.js +++ b/server-console/src/main.js @@ -538,7 +538,11 @@ function buildMenuArray(serverState) { click: function() { shutdown(); } }, { - label: 'Current Version: '+buildInfo.buildIdentifier + type: 'separator' + }, + { + label: 'Current Version: '+buildInfo.buildIdentifier, + enabled: false } ]; @@ -776,6 +780,7 @@ app.on('ready', function() { var currentVersion = null; try { currentVersion = parseInt(buildInfo.buildIdentifier); + console.log('CURRENT VERSION:: ',currentVersion) } catch (e) { }