From 8a889d478010b14010dd0daaa2070fb50d441f93 Mon Sep 17 00:00:00 2001 From: Oleksandr Marynch Date: Mon, 22 Mar 2021 11:09:54 +0200 Subject: [PATCH] set version 2.2.3-alpha3 --- 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 e198cc33..1a61a2bc 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.3-alpha2'; + const APP_VERSION = '2.2.3-alpha3'; } diff --git a/composer.json b/composer.json index 19567bcb..297a2fad 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "avalara/avatax-magento", "type": "magento2-module", - "version": "2.2.3-alpha2", + "version": "2.2.3-alpha3", "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": {