From 8bf217708002943ff66adc5d66c48a2065aea761 Mon Sep 17 00:00:00 2001 From: Sergii Shkiria Date: Mon, 28 Feb 2022 14:53:40 +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 9b4eb45b..9c60c8aa 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-alpha5'; + const APP_VERSION = '2.2.8-alpha6'; } diff --git a/composer.json b/composer.json index dcad5608..4bdef025 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "avalara/avatax-magento", "type": "magento2-module", - "version": "2.2.8-alpha5", + "version": "2.2.8-alpha6", "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": {