Release 0.9.0.rc3

This commit is contained in:
rick 2013-05-13 14:41:08 -06:00
parent 7cdff322cf
commit eb2a411cd0

View File

@ -14,7 +14,7 @@ require 'forwardable'
# 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.