diff --git a/src/Package.php b/src/Package.php index ce9f83edfec..e524c51bcef 100644 --- a/src/Package.php +++ b/src/Package.php @@ -19,7 +19,7 @@ class Package { * * @var string */ - const VERSION = '1.0.6'; + const VERSION = '1.0.7'; /** * Init the package - load the REST API Server class. diff --git a/woocommerce-rest-api.php b/woocommerce-rest-api.php index c59a8259cd9..296dac73707 100644 --- a/woocommerce-rest-api.php +++ b/woocommerce-rest-api.php @@ -5,7 +5,7 @@ * Description: The WooCommerce core REST API, installed as a feature plugin for development and testing purposes. Requires WooCommerce 3.7+ and PHP 5.3+. * Author: Automattic * Author URI: https://woocommerce.com - * Version: 1.0.6 + * Version: 1.0.7 * Requires PHP: 5.6 * License: GPLv3 *