From b0502b5b33403d00b2fc0f0c0df34b6c15d54ceb Mon Sep 17 00:00:00 2001 From: Sergii Shkiria Date: Wed, 23 Feb 2022 10:51:46 +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 283e6302..9b4eb45b 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.8-alpha4'; + const APP_VERSION = '2.2.8-alpha5'; } diff --git a/composer.json b/composer.json index 81792fe2..dcad5608 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "avalara/avatax-magento", "type": "magento2-module", - "version": "2.2.8-alpha4", + "version": "2.2.8-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": {