Skip to content

Commit 18d4620

Browse files
committed
Prepare hotfix release 7.0.3
1 parent 8820f8d commit 18d4620

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
RECENT CHANGES
22
==============
33

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+
48
7.0.2
59
-----
610
- Fix: #1164: Magento Core Commands cannot be loaded. Please verify if "bin/magento" is running

src/N98/Magento/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Application extends BaseApplication
4545
/**
4646
* @var string
4747
*/
48-
const APP_VERSION = '7.0.2';
48+
const APP_VERSION = '7.0.3';
4949

5050
/**
5151
* @var int

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.2
1+
7.0.3

0 commit comments

Comments
 (0)