diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f7f622f7cc76e4c579034e5f0c0bd2093c1241..f4596a58156dcfece00dec6b255334dea579e1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ * Fixed error on creating shipment with bundle products * Fixed uninstallation via console installer * Fixed JavaScript error in bootstrap in IE8/9 - * Fixed placing order within PayPal Payments Advanced and Payflow link + * Fixed placing order within PayPal Payments Advanced and Payflow Link * Fixed fatal error on placing order with Billing Agreement 2.0.0.0-dev47 diff --git a/app/code/Magento/Core/Model/App.php b/app/code/Magento/Core/Model/App.php index 39c028e3389172b78892bb500c0970fdd3aa0c08..cab518ce5c3cbdd69168996fd6716806ebb59519 100644 --- a/app/code/Magento/Core/Model/App.php +++ b/app/code/Magento/Core/Model/App.php @@ -51,7 +51,7 @@ class App implements \Magento\Core\Model\AppInterface /** * Magento version */ - const VERSION = '2.0.0.0-dev47'; + const VERSION = '2.0.0.0-dev48'; /** * Custom application dirs @@ -921,7 +921,7 @@ class App implements \Magento\Core\Model\AppInterface 'revision' => '0', 'patch' => '0', 'stability' => 'dev', - 'number' => '47', + 'number' => '48', ); } }