Skip to content

Commit d133866

Browse files
author
Oleksii Korshenko
authored
Merge pull request magento#785 from magento-publication/2.0.13-rc
MAGETWO-63883: Prepare code base for 2.0.13
2 parents e1292dd + cd771a0 commit d133866

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.12",
5+
"version": "2.0.13",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

composer.lock

Lines changed: 7 additions & 7 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.12';
20+
const VERSION = '2.0.13';
2121

2222
/**
2323
* Launch application

0 commit comments

Comments
 (0)