Skip to content

Commit

Permalink
Update ext version
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual97 committed Mar 21, 2022
1 parent 40020ea commit 2e82ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8';
const APP_VERSION = '2.2.9-alpha1';
}
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.8",
"version": "2.2.9-alpha1",
"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

0 comments on commit 2e82ffe

Please sign in to comment.