From fa66571be2f804afc8d648a296a0b4459017df87 Mon Sep 17 00:00:00 2001 From: Sergii Shkiria Date: Mon, 21 Mar 2022 15:33:36 +0200 Subject: [PATCH] Update ext version --- Framework/AppInterface.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/AppInterface.php b/Framework/AppInterface.php index 565c082c..51ebb3f3 100644 --- a/Framework/AppInterface.php +++ b/Framework/AppInterface.php @@ -20,5 +20,5 @@ interface AppInterface /** * If this is updated it must also be updated in composer.json */ - const APP_VERSION = '2.2.9-alpha1'; + const APP_VERSION = '2.2.9-alpha2'; } diff --git a/composer.json b/composer.json index 9d739f28..9a88a830 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "avalara/avatax-magento", "type": "magento2-module", - "version": "2.2.9-alpha1", + "version": "2.2.9-alpha2", "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": {