4 lines
247 B
PHP
4 lines
247 B
PHP
{{-- MapleDeploy branding: show version without linking to upstream releases --}}
|
|
@php($version = config('constants.coolify.version'))
|
|
|
|
<span {{ $attributes->merge(['class' => 'text-xs opacity-90 dark:text-neutral-500']) }}>v{{ $version }}</span>
|