How to find Magento version

Run under the folder where Magento is installed

grep -A6 'static function getVersionInfo' app/Mage.php

Using bin/magento

php bin/magento --version

Similar Posts:

Leave a Reply

Your email address will not be published. Required fields are marked *