Skip to content

Commit

Permalink
Update version to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
roykho committed Mar 24, 2018
1 parent 4367035 commit 14bbb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woocommerce-gateway-stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Take credit card payments on your store using Stripe.
* Author: WooCommerce
* Author URI: https://woocommerce.com/
* Version: 4.0.7
* Version: 4.1.0-beta-1
* Requires at least: 4.4
* Tested up to: 4.9
* WC requires at least: 2.6
Expand All @@ -23,7 +23,7 @@
/**
* Required minimums and constants
*/
define( 'WC_STRIPE_VERSION', '4.0.7' );
define( 'WC_STRIPE_VERSION', '4.1.0-beta-1' );
define( 'WC_STRIPE_MIN_PHP_VER', '5.6.0' );
define( 'WC_STRIPE_MIN_WC_VER', '2.6.0' );
define( 'WC_STRIPE_MAIN_FILE', __FILE__ );
Expand Down

0 comments on commit 14bbb27

Please sign in to comment.