Version bump to 1.6.0

This commit is contained in:
Matt 2021-08-01 09:03:31 +01:00 committed by GitHub
parent fd1007ae33
commit a089fb83fa
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 = '1.5.1'
VERSION = '1.6.0'
end