This commit is contained in:
Claudio Sanches 2016-06-28 13:54:12 -03:00
parent 007bf780d1
commit 37a666edc7
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* Plugin Name: WooCommerce
* Plugin URI: https://www.woothemes.com/woocommerce/
* Description: An e-commerce toolkit that helps you sell anything. Beautifully.
* Version: 2.6.1
* Version: 2.6.2
* Author: WooThemes
* Author URI: https://woothemes.com
* Requires at least: 4.4
@ -35,7 +35,7 @@ final class WooCommerce {
*
* @var string
*/
public $version = '2.6.1';
public $version = '2.6.2';
/**
* The single instance of the class.