Admin-Ahead Community

Linux => General Linux => Topic started by: arunlalpr on November 30, 2018, 09:41:40 pm

Title: How to check Magento Version
Post by: arunlalpr on November 30, 2018, 09:41:40 pm
How to check Magento Version

Go to your Magento installation directory and run the following command.

php -r "require 'app/Mage.php'; echo Mage::getVersion(); "

In our case it's 1.7.0.2

kindly check and let us know the result  ;)