mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-14 00:02:13 -04:00
10 lines
175 B
Ruby
10 lines
175 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module ApiVersion
|
|
CURRENT = "2024-06-20"
|
|
PREVIEW = "2024-09-30.acacia"
|
|
end
|
|
end
|