We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8820f8d commit 18d4620Copy full SHA for 18d4620
CHANGELOG.md
@@ -1,6 +1,10 @@
1
RECENT CHANGES
2
==============
3
4
+7.0.3
5
+-----
6
+- Fix: #1164: Magento Core Commands cannot be loaded. Please verify if "bin/magento" is running (by Christian Münch)
7
+
8
7.0.2
9
-----
10
- Fix: #1164: Magento Core Commands cannot be loaded. Please verify if "bin/magento" is running
src/N98/Magento/Application.php
@@ -45,7 +45,7 @@ class Application extends BaseApplication
45
/**
46
* @var string
47
*/
48
- const APP_VERSION = '7.0.2';
+ const APP_VERSION = '7.0.3';
49
50
51
* @var int
version.txt
@@ -1 +1 @@
-7.0.2
0 commit comments