From 54c94927dc6f9fc6603afe744d73d76b1403a3db Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 28 Apr 2016 15:17:56 -0400 Subject: [PATCH] 3.0.5933 --- dashboard-ui/components/servertestermessage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/components/servertestermessage.js b/dashboard-ui/components/servertestermessage.js index d38cc61615..7e7cefd95e 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.5931') == 1) { + if (compareVersions(info.Version, '3.0.5933') == 1) { showInternal(); } });