stripe-ruby/lib/stripe/version.rb
2023-01-26 10:51:08 -08:00

6 lines
69 B
Ruby

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