Update `$version` to `3.8.0` because its used for checking DB Upgrades

This commit is contained in:
vedanshujain 2019-10-03 12:11:31 +05:30
parent cd2a63c293
commit 20e1584654
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-beta.1';
public $version = '3.8.0';
/**
* The single instance of the class.