From 6494386df90645826d5680747425afef80520bc2 Mon Sep 17 00:00:00 2001 From: Oleksandr Marynch Date: Wed, 27 Nov 2019 13:17:04 +0200 Subject: [PATCH] update version 2.1.5-alpha7 --- 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 e12a6ed4..a610ee30 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.1.5-alpha6'; + const APP_VERSION = '2.1.5-alpha7'; } diff --git a/composer.json b/composer.json index fe799e3f..92c4af73 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "avalara/avatax-magento", "type": "magento2-module", - "version": "2.1.5-alpha6", + "version": "2.1.5-alpha7", "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": {