Update version to 4.0.0-beta.143

This commit is contained in:
Andras Bacsai 2023-11-17 14:43:57 +01:00
parent 307ee52ac0
commit 60171093c5
4 changed files with 4 additions and 4 deletions

View file

@ -266,7 +266,7 @@ public function handle(): void
$this->server->team->notify(new ContainerStopped($containerName, $this->server, $url)); $this->server->team->notify(new ContainerStopped($containerName, $this->server, $url));
} }
} catch (\Throwable $e) { } catch (\Throwable $e) {
send_internal_notification('ContainerStatusJob failed with: ' . $e->getMessage()); send_internal_notification("ContainerStatusJob failed on ({$this->server->id}) with: " . $e->getMessage());
ray($e->getMessage()); ray($e->getMessage());
handleError($e); handleError($e);
} }

View file

@ -7,7 +7,7 @@
// 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.142', 'release' => '4.0.0-beta.143',
// 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

@ -1,3 +1,3 @@
<?php <?php
return '4.0.0-beta.142'; return '4.0.0-beta.143';

View file

@ -4,7 +4,7 @@
"version": "3.12.36" "version": "3.12.36"
}, },
"v4": { "v4": {
"version": "4.0.0-beta.142" "version": "4.0.0-beta.143"
} }
} }
} }