From 2e82ffefbabc4d881fcb4c47eda3dc8d53e824b4 Mon Sep 17 00:00:00 2001 From: Sergii Shkiria Date: Mon, 21 Mar 2022 11:53:44 +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 5c7bd1c4..565c082c 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'; + const APP_VERSION = '2.2.9-alpha1'; } diff --git a/composer.json b/composer.json index adb0439a..9d739f28 100644 --- a/composer.json +++ b/composer.json @@ -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": {