faraday/lib/faraday/version.rb
2022-10-03 17:27:35 +01:00

6 lines
70 B
Ruby

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