Skip to content

Commit

Permalink
update to 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
pgk committed Feb 6, 2018
1 parent c457c95 commit 8fce14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woothemes-sensei.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8fce14a

Please sign in to comment.