Skip to content

Commit

Permalink
Disable wonky server version check
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-nu committed Mar 22, 2022
1 parent 0238c9a commit aec2d8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions frontend/App/SettingsPanel/About/Version/Version.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ const Version = (): ReactElement => {
return <Alert state="success">You are on the latest version.</Alert>;
}

if (isNewest('PACKAGE_VERSION', version.server)) {
return (
<Alert state="error">
Your dashboard is out of sync with the server. Reload the page to see the latest changes.
</Alert>
);
}

return (
<Alert state="warning">
A newer version {version.latest} is available. You&apos;re currently running PACKAGE_VERSION, consider
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cimonitor",
"version": "4.1.0",
"version": "4.1.1",
"description": "Monitors all your projects CI automatically",
"repository": "[email protected]:CIMonitor/CIMonitor.git",
"license": "MIT",
Expand Down

0 comments on commit aec2d8a

Please sign in to comment.