Version bump (0.13.1)

This commit is contained in:
Mattia 2017-08-18 17:16:25 +01:00 committed by GitHub
parent b09c6db315
commit 29feeb92e3

View File

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