Version bump to 2.0.0.alpha-2

This commit is contained in:
Matt 2021-10-28 10:48:12 +01:00 committed by GitHub
parent 498f6027a1
commit c6bff34abb
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.alpha-1'
VERSION = '2.0.0.alpha-2'
end