update versions

This commit is contained in:
Andras Bacsai
2023-05-09 14:46:22 +02:00
parent 69e5e3f461
commit 2ae57ae1f1
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ class CheckUpdate extends Component
public function checkUpdate()
{
$this->latestVersion = getLatestVersionOfCoolify();
$this->currentVersion = config('coolify.version');
$this->currentVersion = config('version');
if ($this->latestVersion === 'latest') {
$this->updateAvailable = true;
return;