stripe-ruby/lib/stripe/version.rb
2022-08-11 14:50:24 -07:00

6 lines
69 B
Ruby

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