Skip to content

Commit

Permalink
set version 2.2.3-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
marynychsv committed Apr 2, 2021
1 parent 99cdc30 commit fd57af1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Framework/AppInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ interface AppInterface
/**
* If this is updated it must also be updated in composer.json
*/
const APP_VERSION = '2.2.3-alpha4';
const APP_VERSION = '2.2.3-alpha5';
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "avalara/avatax-magento",
"type": "magento2-module",
"version": "2.2.3-alpha4",
"version": "2.2.3-alpha5",
"license": "OSL-3.0",
"description": "Magento module for Avalara's AvaTax suite of business tax calculation and processing services. Uses the AvaTax REST v2 API.",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<!-- The setup_version attribute is unrelated to the module version stored in composer.json -->
<module name="ClassyLlama_AvaTax" setup_version="2.1.6">
<module name="ClassyLlama_AvaTax" setup_version="2.2.3">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Customer"/>
Expand Down

0 comments on commit fd57af1

Please sign in to comment.