Skip to content

Commit

Permalink
3.0.5933
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Apr 28, 2016
1 parent b6aa580 commit d75eb72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
});
Expand Down

0 comments on commit d75eb72

Please sign in to comment.