Skip to content

Commit 9f38409

Browse files
committed
Prepare release 7.1.0
1 parent 83eb9e5 commit 9f38409

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
RECENT CHANGES
22
==============
33

4-
7.1.0-dev
5-
---------
4+
7.1.0
5+
-----
66

77
- Add: #1177: New commands to manage sales sequences (by Jeroen Boersma)
88
- Add: #1176: New command to redeploy base packages (by Christian Münch)

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.1.0-dev';
48+
const APP_VERSION = '7.1.0';
4949

5050
/**
5151
* @var int

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.0-dev
1+
7.1.0

0 commit comments

Comments
 (0)