Skip to content

Commit 98a86e4

Browse files
author
anmarhindi
committed
Version change
1 parent e53e2df commit 98a86e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/sidebar/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export default function Sidebar() {
213213
<Tooltip placement="right" trigger="hover" color="invert" content={TOOLTIPS_DICT.SIDEBAR.VERSION_OVERVIEW}>
214214
<div onClick={requestVersionOverview} id="refineryVersion"
215215
className="z-50 tooltip tooltip-right cursor-pointer select-none text-white flex items-center mr-1">
216-
v1.16.0
216+
v1.17.0
217217
{hasUpdates && <Tooltip placement="right" trigger="hover" color="invert" content={TOOLTIPS_DICT.SIDEBAR.NEWER_VERSION_AVAILABLE} >
218218
<IconAlertCircle className="h-5 w-5 text-yellow-700" />
219219
</Tooltip>}

0 commit comments

Comments
 (0)