Version bump to 2.3.0

This commit is contained in:
Matt 2022-05-06 16:26:46 +01:00 committed by GitHub
parent 257268e0c8
commit 6ea010be93
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.2.0'
VERSION = '2.3.0'
end