feat: display app version in footer

This commit is contained in:
badblocks 2025-08-11 10:33:38 -07:00
parent d4d84ad0db
commit d6740ec5d0
No known key found for this signature in database
3 changed files with 7 additions and 2 deletions

View file

@ -52,6 +52,7 @@
</div>
<div>
<p>Copyright © {{ new Date().getFullYear() }}</p>
<p class="text-sm opacity-75">v{{ $config.public.version }}</p>
</div>
</footer>
</div>