From ead6e342f655bba3c2c25175f379f85ceaf77aee Mon Sep 17 00:00:00 2001 From: Mattia Date: Tue, 15 Aug 2017 10:54:52 +0100 Subject: [PATCH] Version bump (0.13.0) --- lib/faraday.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/faraday.rb b/lib/faraday.rb index e6391dc0..6ec5b02b 100644 --- a/lib/faraday.rb +++ b/lib/faraday.rb @@ -14,7 +14,7 @@ require 'forwardable' # conn.get '/' # module Faraday - VERSION = "0.12.3" + VERSION = "0.13.0" class << self # Public: Gets or sets the root path that Faraday is being loaded from.