bump rc version

This commit is contained in:
rick 2013-11-09 08:54:57 -07:00
parent c0b7fd3496
commit 2f64974b55

View File

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