Update `$version` to `3.8.0` because its used for checking DB Upgrades
This commit is contained in:
parent
cd2a63c293
commit
20e1584654
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue