Version bump to v0.10.0 in faraday.rb

This commit is contained in:
Mattia 2016-11-11 10:52:50 +00:00 committed by GitHub
parent 4841852afd
commit 974e0e122c

View File

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