From f01c5a3b79ddf25abf357a127e1a1f8905fa14c1 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Tue, 12 May 2020 17:49:20 -0300 Subject: [PATCH 1/2] Start 4.3.0 development --- includes/class-woocommerce.php | 2 +- woocommerce.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/class-woocommerce.php b/includes/class-woocommerce.php index f5acc2122c2..6b1b3334185 100644 --- a/includes/class-woocommerce.php +++ b/includes/class-woocommerce.php @@ -20,7 +20,7 @@ final class WooCommerce { * * @var string */ - public $version = '4.1.0'; + public $version = '4.3.0'; /** * The single instance of the class. diff --git a/woocommerce.php b/woocommerce.php index 7f394d7e637..45142ab1df2 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce * Plugin URI: https://woocommerce.com/ * Description: An eCommerce toolkit that helps you sell anything. Beautifully. - * Version: 4.1.0 + * Version: 4.3.0-dev * Author: Automattic * Author URI: https://woocommerce.com * Text Domain: woocommerce From a7a1ffaaef8d300ba58205307c770980bf45f839 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Tue, 12 May 2020 17:50:33 -0300 Subject: [PATCH 2/2] Updated package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5493bdc08c7..0d024b7299a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce", "title": "WooCommerce", - "version": "4.1.0", + "version": "4.3.0", "homepage": "https://woocommerce.com/", "repository": { "type": "git",