diff --git a/dashboard-ui/components/servertestermessage.js b/dashboard-ui/components/servertestermessage.js index 924d687d8c..d38cc61615 100644 --- a/dashboard-ui/components/servertestermessage.js +++ b/dashboard-ui/components/servertestermessage.js @@ -145,7 +145,7 @@ apiClient.getPublicSystemInfo().then(function (info) { - if (compareVersions(info.Version, '3.0.5930') == 1) { + if (compareVersions(info.Version, '3.0.5931') == 1) { showInternal(); } });