Versions
This commit is contained in:
parent
a6db14ba38
commit
48b9ff0695
|
@ -19,7 +19,7 @@ class Package {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '1.0.0';
|
||||
const VERSION = '1.1.0-dev';
|
||||
|
||||
/**
|
||||
* Init the package - load the REST API Server class.
|
||||
|
|
|
@ -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.0-dev
|
||||
* Version: 1.1.0-dev
|
||||
* Requires PHP: 5.6
|
||||
* License: GPLv3
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue