Skip to content

Commit 69fc4c7

Browse files
authored
Merge pull request coollabsio#3031 from coollabsio/next
v4.0.0-beta.323
2 parents 0590456 + 2e06acf commit 69fc4c7

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

app/Jobs/ServerCheckJob.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ public function backoff(): int
4343

4444
public function __construct(public Server $server) {}
4545

46-
public function middleware(): array
47-
{
48-
return [(new WithoutOverlapping($this->server->uuid))];
49-
}
50-
51-
public function uniqueId(): int
52-
{
53-
return $this->server->uuid;
54-
}
46+
// public function middleware(): array
47+
// {
48+
// return [(new WithoutOverlapping($this->server->uuid))];
49+
// }
50+
51+
// public function uniqueId(): int
52+
// {
53+
// return $this->server->uuid;
54+
// }
5555

5656
public function handle()
5757
{

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

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.322"
4+
"version": "4.0.0-beta.323"
55
}
66
}
77
}

0 commit comments

Comments
 (0)