diff --git a/app/Mage.php b/app/Mage.php index 14e78c8be43..b93b2b3d262 100644 --- a/app/Mage.php +++ b/app/Mage.php @@ -221,7 +221,7 @@ public static function getVersionFromComposer(): ?string return null; } - return InstalledVersions::getVersion('openmage/magento-lts'); + return InstalledVersions::getPrettyVersion('openmage/magento-lts'); } public static function getVersionFromGit(bool $withHas = true): ?string