mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-18 00:01:04 -04:00
6 lines
71 B
Ruby
6 lines
71 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
VERSION = "10.13.0"
|
|
end
|