From 346c6da5448a87a9bc37bea49c04f548703f6fc5 Mon Sep 17 00:00:00 2001 From: Mattia Giuffrida Date: Sun, 18 Apr 2021 16:45:11 +0100 Subject: [PATCH] Version bump to 1.1.0 --- lib/faraday/net_http_persistent/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/faraday/net_http_persistent/version.rb b/lib/faraday/net_http_persistent/version.rb index a64fc5d..15a4756 100644 --- a/lib/faraday/net_http_persistent/version.rb +++ b/lib/faraday/net_http_persistent/version.rb @@ -2,6 +2,6 @@ module Faraday module NetHttpPersistent - VERSION = "1.0.4" + VERSION = "1.1.0" end end