Skip to content

Commit

Permalink
Bump version to 2.27.2 (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
garmashdev authored Jul 26, 2023
1 parent 3970aa1 commit 42fcacd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Test/Unit/Block/JsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ public function getQuoteFromCheckoutSession_always_returnsQuote()
*/
public function getModuleVersion_always_returnsModuleVersion()
{
$moduleVersion = '2.27.1';
$moduleVersion = '2.27.2';
static::assertEquals($moduleVersion, $this->block->getModuleVersion());
}

Expand Down Expand Up @@ -2984,4 +2984,4 @@ public function getVariantForInstantButton_withVariantAddedConfigsProvider()

];
}
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"magento/magento-coding-standard": "^5.0"
},
"type": "magento2-module",
"version": "2.27.1",
"version": "2.27.2",
"license": "MIT",
"autoload": {
"files": [ "registration.php" ],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->
<!-- Bolt Payment Module Config. Plugin version and dependency loading sequence. -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Bolt_Boltpay" setup_version="2.27.1">
<module name="Bolt_Boltpay" setup_version="2.27.2">
<sequence>
<module name="Magento_Payment"/>
<module name="Magento_Sales"/>
Expand Down

0 comments on commit 42fcacd

Please sign in to comment.