diff --git a/bootstrap/helpers/shared.php b/bootstrap/helpers/shared.php index 9a2867353..2feda420f 100644 --- a/bootstrap/helpers/shared.php +++ b/bootstrap/helpers/shared.php @@ -168,7 +168,7 @@ function get_latest_sentinel_version(): string $response = Http::get('https://cdn.coollabs.io/sentinel/versions.json'); $versions = $response->json(); - return data_get($versions, 'coolify.sentinel.version'); + return data_get($versions, 'sentinel.version'); } catch (\Throwable $e) { //throw $e; ray($e->getMessage());