This commit is contained in:
Andras Bacsai 2023-09-01 10:32:29 +02:00
parent 3e1120182c
commit 0176b38958
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ return [
// The release version of your application // The release version of your application
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD')) // Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
'release' => '4.0.0-beta.21', 'release' => '4.0.0-beta.22',
'server_name' => env('APP_ID', 'coolify'), 'server_name' => env('APP_ID', 'coolify'),
// When left empty or `null` the Laravel environment will be used // When left empty or `null` the Laravel environment will be used
'environment' => config('app.env'), 'environment' => config('app.env'),

View File

@ -65,7 +65,7 @@
</a> </a>
</li> </li>
<div class="flex-1"></div> <div class="flex-1"></div>
@if (isInstanceAdmin()) @if (isInstanceAdmin() && !isCloud())
<livewire:upgrade /> <livewire:upgrade />
@endif @endif
<li title="Profile"> <li title="Profile">