Skip to content

Commit fcf49b2

Browse files
committed
chore(release): bump version to 9.0.1 and update changelog
1 parent 80ccd5b commit fcf49b2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
RECENT CHANGES
22
==============
33

4+
9.0.1
5+
-----
6+
7+
- fix: phar file had to re-create, due to a release issue
8+
49
9.0.0
510
-----
611

src/N98/Magento/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Application extends BaseApplication
4848
/**
4949
* @var string
5050
*/
51-
const APP_VERSION = '9.0.0';
51+
const APP_VERSION = '9.0.1';
5252

5353
/**
5454
* @var int

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.0
1+
9.0.1

0 commit comments

Comments
 (0)