diff --git a/woothemes-sensei.php b/woothemes-sensei.php index bc9b5b9844..992f8fb261 100644 --- a/woothemes-sensei.php +++ b/woothemes-sensei.php @@ -3,7 +3,7 @@ * Plugin Name: Sensei * Plugin URI: https://woocommerce.com/products/sensei/ * Description: A course management plugin that offers the smoothest platform for helping you teach anything. - * Version: 1.9.19 + * Version: 1.9.20 * Author: WooCommerce * Author URI: https://woocommerce.com/ * License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html @@ -44,7 +44,7 @@ * @since 1.8.0 */ function Sensei() { - return Sensei_Main::instance( array( 'version' => '1.9.19' ) ); + return Sensei_Main::instance( array( 'version' => '1.9.20' ) ); } //backwards compatibility