Merge pull request #25880 from woocommerce/bump-to-next-version
Bump WooCommerce version since 4.1.0 development has begun
This commit is contained in:
commit
0a351fb2aa
|
@ -20,7 +20,7 @@ final class WooCommerce {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
public $version = '4.0.0';
|
||||
public $version = '4.1.0';
|
||||
|
||||
/**
|
||||
* The single instance of the class.
|
||||
|
|
|
@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, store, sales, sell, shop, cart, checkout, downloada
|
|||
Requires at least: 5.0
|
||||
Tested up to: 5.3
|
||||
Requires PHP: 7.0
|
||||
Stable tag: 3.9.1
|
||||
Stable tag: 4.0.0
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: WooCommerce
|
||||
* Plugin URI: https://woocommerce.com/
|
||||
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
||||
* Version: 4.0.0-beta.1
|
||||
* Version: 4.1.0-dev
|
||||
* Author: Automattic
|
||||
* Author URI: https://woocommerce.com
|
||||
* Text Domain: woocommerce
|
||||
|
|
Loading…
Reference in New Issue