From 275d1e3daa0b31f7e561995648d8faef5ceff96a Mon Sep 17 00:00:00 2001 From: rick olson Date: Tue, 25 Jun 2019 10:57:44 -0600 Subject: [PATCH] bump version to 1.0.0-rc1 --- lib/faraday.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/faraday.rb b/lib/faraday.rb index e7a107dc3..e883465c0 100644 --- a/lib/faraday.rb +++ b/lib/faraday.rb @@ -19,7 +19,7 @@ # conn.get '/' # module Faraday - VERSION = '0.15.3' + VERSION = '1.0.0-rc1' METHODS_WITH_QUERY = %w[get head delete connect trace].freeze METHODS_WITH_BODY = %w[post put patch].freeze