Skip to content

Commit 3f868bc

Browse files
committed
MAGETWO-53095: Magento 2.0.7 Publication
(build 2.0.7.002)
1 parent 776630b commit 3f868bc

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

composer.json

+2-2
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.6",
5+
"version": "2.0.7",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
@@ -187,7 +187,7 @@
187187
"magento/language-nl_nl": "100.0.5",
188188
"magento/language-pt_br": "100.0.5",
189189
"magento/language-zh_hans_cn": "100.0.5",
190-
"magento/framework": "100.0.8",
190+
"magento/framework": "100.0.9",
191191
"trentrichardson/jquery-timepicker-addon": "1.4.3",
192192
"colinmollenhour/cache-backend-redis": "1.8",
193193
"components/jquery": "1.11.0",

composer.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/internal/Magento/Framework/AppInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface AppInterface
1717
/**
1818
* Magento version
1919
*/
20-
const VERSION = '2.0.6';
20+
const VERSION = '2.0.7';
2121

2222
/**
2323
* Launch application

lib/internal/Magento/Framework/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/framework",
33
"description": "N/A",
44
"type": "magento2-library",
5-
"version": "100.0.8",
5+
"version": "100.0.9",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

0 commit comments

Comments
 (0)