Skip to content

Commit e9de99f

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-69812' into 2.0-pr20
2 parents 864e7f1 + e7e7e1a commit e9de99f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2ce",
33
"description": "Magento 2 (Community Edition)",
44
"type": "project",
5-
"version": "2.0.14",
5+
"version": "2.0.15",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/internal/Magento/Framework/AppInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface AppInterface
1717
/**
1818
* Magento version
1919
*/
20-
const VERSION = '2.0.14';
20+
const VERSION = '2.0.15';
2121

2222
/**
2323
* Launch application

0 commit comments

Comments
 (0)