feat: show version number on welcome page

This commit is contained in:
Benjamin Nussbaum 2026-02-17 13:46:12 +01:00
parent d83a4095cb
commit 89a2edfcbb
2 changed files with 6 additions and 1 deletions

View file

@ -248,7 +248,7 @@ new class extends Component
<flux:callout icon="check-circle" variant="success">
<flux:callout.heading>Up to Date</flux:callout.heading>
<flux:callout.text>
You are running the latest version {{ $latestVersion }}.
You are running the latest version.
</flux:callout.text>
</flux:callout>
@endif