mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-05 00:01:51 -05:00
6 lines
70 B
Ruby
6 lines
70 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
VERSION = "10.1.0"
|
|
end
|