Version bump (0.13.0)

This commit is contained in:
Mattia 2017-08-15 10:54:52 +01:00 committed by GitHub
parent d1b05653a5
commit ead6e342f6

View File

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