diff --git a/Framework/AppInterface.php b/Framework/AppInterface.php index a5d63811..3c22b081 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-alpha4'; + const APP_VERSION = '2.1.5-alpha5'; } diff --git a/composer.json b/composer.json index 3f94b49f..48cb8b19 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "avalara/avatax-magento", "type": "magento2-module", - "version": "2.1.5-alpha4", + "version": "2.1.5-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": {