This commit is contained in:
Andras Bacsai 2026-03-11 03:19:03 +08:00 committed by GitHub
commit d154181d02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ class Upgrade extends Component
public function mount()
{
$this->currentVersion = config('constants.coolify.version');
$this->latestVersion = get_latest_version_of_coolify();
$this->devMode = isDev();
}