This commit is contained in:
Luke Pulverenti 2016-04-28 15:17:56 -04:00
parent 092fb1f047
commit 47a2799b61

View file

@ -145,7 +145,7 @@
apiClient.getPublicSystemInfo().then(function (info) {
if (compareVersions(info.Version, '3.0.5931') == 1) {
if (compareVersions(info.Version, '3.0.5933') == 1) {
showInternal();
}
});