Master is 3.2.0-dev now

This commit is contained in:
Claudio Sanches 2017-06-14 16:09:00 -03:00
parent 594aa66f4e
commit a74daaa9cf
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* Plugin Name: WooCommerce * Plugin Name: WooCommerce
* Plugin URI: https://woocommerce.com/ * Plugin URI: https://woocommerce.com/
* Description: An e-commerce toolkit that helps you sell anything. Beautifully. * Description: An e-commerce toolkit that helps you sell anything. Beautifully.
* Version: 3.1.0-rc.1 * Version: 3.2.0-dev
* Author: Automattic * Author: Automattic
* Author URI: https://woocommerce.com * Author URI: https://woocommerce.com
* Requires at least: 4.4 * Requires at least: 4.4
@ -26,7 +26,7 @@ if ( ! class_exists( 'WooCommerce' ) ) :
* Main WooCommerce Class. * Main WooCommerce Class.
* *
* @class WooCommerce * @class WooCommerce
* @version 3.1.0 * @version 3.2.0
*/ */
final class WooCommerce { final class WooCommerce {
@ -35,7 +35,7 @@ final class WooCommerce {
* *
* @var string * @var string
*/ */
public $version = '3.1.0'; public $version = '3.2.0';
/** /**
* The single instance of the class. * The single instance of the class.