Hello,
I just updated my magento 2.0.2 to 2.0.3 with the Setup Wizard.
Everything was fine but when I go to my Backend, the version says "2.0.2".
In the CLI I saw the magento -V and it gives me 2.0.2 too.
But, at the Setup Wizard it says my current version is 2.0.3.
Why is It? Any Idea?
Solved! Go to Solution.
Please check which version is set in the root's composer.json file? https://mage2.pro/t/542
I forgot to say composer.json shows 2.0.2.
I tried to change it to 2.0.3, but it still showing 2.0.2 in backend.
I tried everything(composer update/install, setup:upgrade, cache:flush, etc...)
Which way the Magento was initially installed?
I got the same issue...
Magento2 was installed via composer, i 've started by using James Cowie's M2-Playground (https://github.com/jamescowie/M2-Playground)
root's composer.json looks like that:
"require": { "magento/product-community-edition": "^2.0.3" },
Composer updated all related components, but backend and magento cli version are still showing 2.0.2
Thanks for your reply, i already thought about that it could be related to a broken package.
Now everything is fine!