diff --git a/lib/faraday.rb b/lib/faraday.rb index efa57f7b0..987633c20 100644 --- a/lib/faraday.rb +++ b/lib/faraday.rb @@ -14,7 +14,7 @@ # conn.get '/' # module Faraday - VERSION = "0.9.0.rc2" + VERSION = "0.9.0.rc3" class << self # Public: Gets or sets the root path that Faraday is being loaded from.