Skip to content

Commit 82c8349

Browse files
authored
Merge pull request coollabsio#3703 from coollabsio/next
v4.0.0-beta.353
2 parents 885b3bd + d637675 commit 82c8349

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config/sentry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// The release version of your application
99
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
10-
'release' => '4.0.0-beta.352',
10+
'release' => '4.0.0-beta.353',
1111
// When left empty or `null` the Laravel environment will be used
1212
'environment' => config('app.env'),
1313

config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
return '4.0.0-beta.352';
3+
return '4.0.0-beta.353';

resources/views/livewire/project/service/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class="{{ request()->routeIs('project.service.configuration') ? 'menu-item-activ
1010
<a class="menu-item" :class="activeTab === 'general' && 'menu-item-active'"
1111
@click.prevent="activeTab = 'general'; window.location.hash = 'general'; if(window.location.search) window.location.search = ''"
1212
href="#">General</a>
13-
@if ($serviceDatabase->isBackupSolutionAvailable())
13+
@if ($serviceDatabase?->isBackupSolutionAvailable())
1414
<a :class="activeTab === 'backups' && 'menu-item-active'" class="menu-item"
1515
@click.prevent="activeTab = 'backups'; window.location.hash = 'backups'" href="#">Backups</a>
1616
@endif

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"coolify": {
33
"v4": {
4-
"version": "4.0.0-beta.352"
4+
"version": "4.0.0-beta.353"
55
},
66
"nightly": {
7-
"version": "4.0.0-beta.353"
7+
"version": "4.0.0-beta.354"
88
},
99
"helper": {
1010
"version": "1.0.1"

0 commit comments

Comments
 (0)