mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-03 00:02:48 -04:00
6 lines
70 B
Ruby
6 lines
70 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Faraday
|
|
VERSION = '2.6.0'
|
|
end
|