lasthourcloud/resources/views/components/version.blade.php

3 lines
251 B
PHP
Raw Normal View History

2024-03-26 09:24:53 +00:00
<a {{ $attributes->merge(['class' => 'text-xs cursor-pointer opacity-90 hover:opacity-100 dark:hover:text-white hover:text-black']) }}
2023-06-19 10:27:08 +00:00
href="https://github.com/coollabsio/coolify/releases/tag/v{{ config('version') }}">v{{ config('version') }}</a>