Release 0.9.0.rc1

This commit is contained in:
risk danger olson 2013-05-08 08:10:41 -06:00
parent 4e0b1537c6
commit baac8f0aab

View File

@ -14,7 +14,7 @@ require 'forwardable'
# conn.get '/'
#
module Faraday
VERSION = "0.9.0.pre"
VERSION = "0.9.0.rc1"
class << self
# Public: Gets or sets the root path that Faraday is being loaded from.