Version bump to 0.15.0

This commit is contained in:
Mattia 2018-04-19 14:06:45 +01:00 committed by GitHub
parent 6b564ee8e8
commit 4381c2d62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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