diff --git a/woocommerce.php b/woocommerce.php index d061f98abe8..4b9aedeb171 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce * Plugin URI: http://www.woothemes.com/woocommerce/ * Description: An e-commerce toolkit that helps you sell anything. Beautifully. - * Version: 2.1.0 + * Version: 2.2.0-bleeding * Author: WooThemes * Author URI: http://woothemes.com * Requires at least: 3.8 @@ -33,7 +33,7 @@ final class WooCommerce { /** * @var string */ - public $version = '2.1.0'; + public $version = '2.2.0'; /** * @var WooCommerce The single instance of the class