Version bump to 2.4.0

This commit is contained in:
Matt 2022-07-28 10:04:18 +01:00 committed by GitHub
parent cfbea91a69
commit 69e88b4d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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