In order to check your Magento 2 version, there are a lot of methods but some of the easiest ways are as follow:
1. Through Command Line
- Log in to your store using SSH/CLI and navigate to the root.
- Run command bin/magento --version
Some other methods are:
2. By using “magento_version” in the URL
3. By Using Magento Backend
4. By using Composer.json file
For more details, please refer to this blog to check your currently installed Magento 2 Version.
1. Through Command Line
- Log in to your store using SSH/CLI and navigate to the root.
- Run command bin/magento --version
Some other methods are:
2. By using “magento_version” in the URL
3. By Using Magento Backend
4. By using Composer.json file
For more details, please refer to this blog to check your currently installed Magento 2 Version.