Updated WooCommerce::$version

This commit is contained in:
Claudio Sanches 2019-12-10 22:55:08 -03:00
parent c2adae7f80
commit 589d8c4591
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ final class WooCommerce {
*
* @var string
*/
public $version = '3.8.0';
public $version = '3.9.0';
/**
* The single instance of the class.