stripe-ruby/lib/stripe/version.rb
2019-11-05 19:41:29 -08:00

6 lines
69 B
Ruby

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