vito/resources/views/components/app-version.blade.php
2024-12-13 20:02:43 +01:00

6 lines
184 B
PHP

<div class="p-6 text-xs">
<a href="https://github.com/vitodeploy/vito/releases/tag/{{ config("app.version") }}" target="_blank">
V{{ show_vito_version() }}
</a>
</div>