mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-12 00:03:12 -05:00
10 lines
173 B
Ruby
10 lines
173 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module ApiVersion
|
|
CURRENT = "2022-11-15"
|
|
PREVIEW = "20230712T200515"
|
|
end
|
|
end
|