Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/renderer/pages/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export const Settings: React.FC = () => {
<span className="font-medium text-gray-700 dark:text-gray-300">
{t('settings.about.version')}
</span>
<span className="text-gray-900 dark:text-white">0.9.21</span>
<span className="text-gray-900 dark:text-white">0.9.23</span>
</div>

<div className="flex justify-between py-2 border-b border-gray-200 dark:border-gray-700">
Expand Down