Fix latest version on next channel

This commit is contained in:
Andras Bacsai 2023-06-23 13:26:58 +02:00
parent 9c97690edd
commit 78e7841479

View File

@ -24,6 +24,7 @@ public function checkUpdate()
$settings = InstanceSettings::get();
if ($settings->next_channel) {
$this->isUpgradeAvailable = true;
$this->latestVersion = 'next';
}
}
public function upgrade()