From 08400e8df9b1c181cb9c89d52185f9700e568a96 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:45:40 +0000 Subject: [PATCH] Update generated code for v620 --- OPENAPI_VERSION | 2 +- lib/stripe/api_version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 1e4c4d357..4486b6ac9 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v618 \ No newline at end of file +v620 \ No newline at end of file diff --git a/lib/stripe/api_version.rb b/lib/stripe/api_version.rb index 03239cd98..a97852b13 100644 --- a/lib/stripe/api_version.rb +++ b/lib/stripe/api_version.rb @@ -4,6 +4,6 @@ module Stripe module ApiVersion CURRENT = "2023-10-16" - PREVIEW = "2023-09-15.preview-v2" + PREVIEW = "2023-10-25.preview-v2" end end