Skip to content

Commit 062d50f

Browse files
author
Volodymyr Klymenko
authored
Merge pull request #1211 from magento-east/MAGETWO-65026
MAGETWO-65026: Prepare code base for 2.0.16
2 parents 18abc3c + e546d87 commit 062d50f

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.15",
5+
"version": "2.0.16",
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.15';
20+
const VERSION = '2.0.16';
2121

2222
/**
2323
* Launch application

0 commit comments

Comments
 (0)