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 @@
// The release version of your application
// 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'),
// When left empty or `null` the Laravel environment will be used
'environment' => config('app.env'),

View File

@ -65,7 +65,7 @@ class="{{ request()->is('command-center') ? 'text-warning icon' : 'icon' }}" vie
</a>
</li>
<div class="flex-1"></div>
@if (isInstanceAdmin())
@if (isInstanceAdmin() && !isCloud())
<livewire:upgrade />
@endif
<li title="Profile">