From 14bbb276d688d4d7e3f0c86661393414fa400f19 Mon Sep 17 00:00:00 2001 From: roykho Date: Sat, 24 Mar 2018 10:15:20 -0700 Subject: [PATCH] Update version to beta --- woocommerce-gateway-stripe.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/woocommerce-gateway-stripe.php b/woocommerce-gateway-stripe.php index 918b97d973..4f5b615cb5 100644 --- a/woocommerce-gateway-stripe.php +++ b/woocommerce-gateway-stripe.php @@ -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 @@ -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__ );