mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-10 00:03:09 -05:00
11 lines
214 B
Ruby
11 lines
214 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module ApiVersion
|
|
CURRENT = "2025-06-30.preview"
|
|
CURRENT_MAJOR = "preview"
|
|
CURRENT_MONTHLY = "2025-06-30"
|
|
end
|
|
end
|