stripe-ruby/lib/stripe/version.rb
2024-03-21 14:04:12 -07:00

6 lines
71 B
Ruby

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