stripe-ruby/lib/stripe/version.rb
2023-10-16 13:31:32 -07:00

6 lines
70 B
Ruby

# frozen_string_literal: true
module Stripe
VERSION = "10.0.0"
end