mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-18 00:02:24 -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 = "20230630T012332"
|
|
end
|
|
end
|