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

3 lines
258 B
PHP
Raw Normal View History

2024-03-22 11:34:15 +01:00
<a {{ $attributes->merge(['class' => 'text-xs cursor-pointer opacity-90 hover:opacity-100 dark:hover:text-white hover:text-black z-[60]']) }}
2023-06-19 12:27:08 +02:00
href="https://github.com/coollabsio/coolify/releases/tag/v{{ config('version') }}">v{{ config('version') }}</a>