Display correct new Ghost version

closes #3790
This commit is contained in:
Hannah Wolfe 2014-08-15 18:23:55 +01:00
parent 083dc0903b
commit 52d0a83dc2

View File

@ -210,7 +210,7 @@ function showUpdateNotification() {
}
if (display && display.value && currentVersion && semver.gt(display.value, currentVersion)) {
return when(currentVersion);
return when(display.value);
}
return when(false);
});