From 3f0cecbf02f6a494c68598489185f7422626b912 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 2 May 2016 13:12:13 -0400 Subject: [PATCH] update message --- 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 82194ded85..bb3ad5fb13 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.5933') == 1) { + if (compareVersions(info.Version, '3.0.5934') == 1) { showInternal(); } });