Version bump to 0.17.5

This commit is contained in:
Mattia Giuffrida 2022-02-21 09:39:04 +00:00
parent b80302d602
commit ca01f47f5d

View File

@ -14,7 +14,7 @@ require 'forwardable'
# conn.get '/'
#
module Faraday
VERSION = "0.17.4"
VERSION = "0.17.5"
class << self
# Public: Gets or sets the root path that Faraday is being loaded from.