faraday/lib/faraday/version.rb
2022-05-06 16:26:46 +01:00

6 lines
70 B
Ruby

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