Skip to content

Commit

Permalink
return gui version not cli
Browse files Browse the repository at this point in the history
up version to be the same as CLI
  • Loading branch information
PudgyPug authored and mhanson-github committed Nov 22, 2024
1 parent 82606e3 commit 7125e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/organisms/OverviewSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const OverviewSidebar: React.FC = () => {
}`}
data-tip={`Your GUI version is out of date. Please update to the latest version (${version?.latestCliVersion})`}
>
GUI Version <u>{version?.runningCliVersion}</u>
GUI Version <u>{version?.runningGuiVersion}</u>
</span>
</div>
<div className="flex items-center gap-x-2">
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": "dashboard-gui",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"build": "next build && next export && tsc -project tsconfig.server.json",
Expand Down

0 comments on commit 7125e99

Please sign in to comment.