Skip to content

Commit 28a4d4a

Browse files
committed
chore: update application version to 9.0.0-alpha2
1 parent c7e0568 commit 28a4d4a

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.0
5+
-----
6+
7+
TBD
8+
49
8.1.1
510
-----
611

src/N98/Magento/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Application extends BaseApplication
4747
/**
4848
* @var string
4949
*/
50-
const APP_VERSION = '9.0.0-alpha1';
50+
const APP_VERSION = '9.0.0-alpha2';
5151

5252
/**
5353
* @var int

version.txt

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

0 commit comments

Comments
 (0)