diff --git a/Framework/AppInterface.php b/Framework/AppInterface.php index cd766a11..c14e1425 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.6-alpha'; + const APP_VERSION = '2.1.6-alpha2'; } diff --git a/composer.json b/composer.json index ddef3ace..1757f3e0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "avalara/avatax-magento", "type": "magento2-module", - "version": "2.1.6-alpha", + "version": "2.1.6-alpha2", "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": {