Skip to content

Commit 84a1a11

Browse files
committed
Prepare bugfix release 5.0.2
1 parent 1f1e614 commit 84a1a11

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+
5.0.2
5+
-----
6+
- Fix: #966: InstalledVersions.php could not be opened
7+
48
5.0.1
59
-----
610
- Fix: #964: Broken with guzzle dependency chain

src/N98/Magento/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Application extends BaseApplication
4444
/**
4545
* @var string
4646
*/
47-
const APP_VERSION = '5.0.1';
47+
const APP_VERSION = '5.0.2';
4848

4949
/**
5050
* @var int

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.1
1+
5.0.2

0 commit comments

Comments
 (0)