Version bump to 2.6.0

This commit is contained in:
Matt 2022-10-03 17:27:35 +01:00 committed by GitHub
parent fe6e71bbe0
commit 4024f4d402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Faraday
VERSION = '2.5.2'
VERSION = '2.6.0'
end