Merge branch 'next' of https://github.com/coollabsio/coolify into next
This commit is contained in:
commit
01964f0f48
3 changed files with 4 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ public function __construct()
|
|||
public function handle(): void
|
||||
{
|
||||
try {
|
||||
if (isDev() || isCloud()) {
|
||||
if (isDev()) {
|
||||
return;
|
||||
}
|
||||
$response = Http::retry(3, 1000)->get(config('constants.services.official'));
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return [
|
||||
'coolify' => [
|
||||
'version' => '4.0.0-beta.384',
|
||||
'version' => '4.0.0-beta.385',
|
||||
'self_hosted' => env('SELF_HOSTED', true),
|
||||
'autoupdate' => env('AUTOUPDATE'),
|
||||
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"coolify": {
|
||||
"v4": {
|
||||
"version": "4.0.0-beta.384"
|
||||
"version": "4.0.0-beta.385"
|
||||
},
|
||||
"nightly": {
|
||||
"version": "4.0.0-beta.385"
|
||||
"version": "4.0.0-beta.386"
|
||||
},
|
||||
"helper": {
|
||||
"version": "1.0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue