faraday/lib/faraday/version.rb
2022-02-17 09:44:47 +00:00

6 lines
71 B
Ruby

# frozen_string_literal: true
module Faraday
VERSION = '1.10.0'
end