mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-07 00:02:19 -05:00
10 lines
179 B
Ruby
10 lines
179 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module ApiVersion
|
|
CURRENT = "2024-04-10"
|
|
PREVIEW = "2024-03-20.preview-v2"
|
|
end
|
|
end
|