From 6cf49569d87194b2e596725de99cace76e46a995 Mon Sep 17 00:00:00 2001 From: Bradley Weston Date: Wed, 29 Oct 2025 17:43:56 +0000 Subject: [PATCH] fix: mention of Stripe version --- billing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billing.md b/billing.md index 1c2f307c2c..b11c550d41 100644 --- a/billing.md +++ b/billing.md @@ -82,7 +82,7 @@ When upgrading to a new version of Cashier, it's important that you carefully review [the upgrade guide](https://github.com/laravel/cashier-stripe/blob/master/UPGRADE.md). > [!WARNING] -> To prevent breaking changes, Cashier uses a fixed Stripe API version. Cashier 16 utilizes Stripe API version `2025-07-30.basil`. The Stripe API version will be updated on minor releases in order to make use of new Stripe features and improvements. +> To prevent breaking changes, Cashier uses a fixed Stripe API version. Cashier 16 utilizes Stripe API version `2025-06-30.basil`. The Stripe API version will be updated on minor releases in order to make use of new Stripe features and improvements. ## Installation