Version bump to 2.0.1

This commit is contained in:
Matt 2022-01-05 21:49:07 +00:00 committed by GitHub
parent 5f88f8ff85
commit 309797d573
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.0.0'
VERSION = '2.0.1'
end