0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

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)) { if (display && display.value && currentVersion && semver.gt(display.value, currentVersion)) {
return when(currentVersion); return when(display.value);
} }
return when(false); return when(false);
}); });