version attempts

This commit is contained in:
James B. Pollack 2016-03-11 14:51:36 -08:00
parent e82fa70bb4
commit 973022f0e1

View file

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