Skip to content

Commit cc8f09f

Browse files
authored
Merge pull request coollabsio#2422 from coollabsio/next
v4.0.0-beta.296
2 parents 5fddf01 + 2beda08 commit cc8f09f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/Jobs/CheckLogDrainContainerJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function healthcheck()
4040
return false;
4141
}
4242
}
43-
public function handle(): void
43+
public function handle()
4444
{
4545
// ray("checking log drain statuses for {$this->server->id}");
4646
try {

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.295',
10+
'release' => '4.0.0-beta.296',
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.295';
3+
return '4.0.0-beta.296';

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"coolify": {
33
"v4": {
4-
"version": "4.0.0-beta.295"
4+
"version": "4.0.0-beta.296"
55
},
66
"sentinel": {
77
"version": "0.0.4"

0 commit comments

Comments
 (0)